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 fc3f6c5 + 3739612 commit 6f1c1a6Copy full SHA for 6f1c1a6
.github/workflows/ci.yml
@@ -0,0 +1,25 @@
1
+name: CI
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - 'master'
8
9
+jobs:
10
+ build:
11
+ name: "empty"
12
+ runs-on: ubuntu-latest
13
14
+ steps:
15
+ - name: Yay
16
+ run: "true"
17
18
+ report-status:
19
+ name: success
20
21
+ needs: build
22
23
24
+ - name: Report success
25
+ run: echo 'Success !'
0 commit comments