Skip to content

Commit ef4c4da

Browse files
committed
Improve CI names
1 parent 8d09e55 commit ef4c4da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: run docker-compose
1+
name: check action works
2+
23
on: [push]
34

45
jobs:
56
check:
7+
name: Test the action
68
runs-on: ubuntu-latest
79
steps:
810
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)