We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c2d126 + b0db660 commit 0c12892Copy full SHA for 0c12892
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,11 @@
1
+name: Dummy-CI
2
+
3
+on: [push]
4
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v1
10
+ - name: Pass
11
+ run: echo Success!
0 commit comments