We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d11ba commit 89069bcCopy full SHA for 89069bc
.github/workflows/ci-pipeline.yml
@@ -0,0 +1,10 @@
1
+name: Continuous Integration
2
+on: [push]
3
+
4
+jobs:
5
+ build:
6
+ name: Build and test
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - run: echo Hello World
0 commit comments