We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9066e8a commit 731f568Copy full SHA for 731f568
1 file changed
.github/test.yml
@@ -0,0 +1,9 @@
1
+name: test
2
+
3
+on: [push]
4
5
+jobs:
6
+ test:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - run: echo ok
0 commit comments