We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d09e55 commit ef4c4daCopy full SHA for ef4c4da
.github/workflows/check-action.yml
@@ -1,8 +1,10 @@
1
-name: run docker-compose
+name: check action works
2
+
3
on: [push]
4
5
jobs:
6
check:
7
+ name: Test the action
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
0 commit comments