We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c4c75 commit eac9e23Copy full SHA for eac9e23
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,16 @@
1
+name: CI
2
+on:
3
+ workflow_dispatch:
4
+ inputs:
5
+ debug_enabled:
6
+ type: boolean
7
+ description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
8
+ required: false
9
+ default: false
10
+jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v3
15
+ - name: Setup tmate session
16
+ uses: mxschmitt/action-tmate@v3
0 commit comments