Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d680c5d

Browse files
authored
Create checks.yml
1 parent a12af8b commit d680c5d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/checks.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "build-test"
2+
on: [push]
3+
4+
jobs:
5+
test_something:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v1
9+
- uses: actions/[email protected]
10+
id: test
11+
- uses: LouisBrunner/[email protected]
12+
if: always()
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
name: Test XYZ
16+
run: echo "STDERR"
17+
conclusion: ${{ job.status }}
18+
output: |
19+
{"summary":${{ steps.test.outputs.summary }}}

0 commit comments

Comments
 (0)