We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac1602 commit 27bd984Copy full SHA for 27bd984
.github/workflows/smoke.yml
@@ -0,0 +1,10 @@
1
+name: smoke
2
+
3
+on: [push]
4
5
+jobs:
6
+ smoke:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: pass
10
+ run: true
0 commit comments