Skip to content

Commit 177cce7

Browse files
committed
Add names to workflow
1 parent e61ca5c commit 177cce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Check
2+
13
on:
24
push:
35
branches:
@@ -10,6 +12,7 @@ concurrency:
1012

1113
jobs:
1214
lint:
15+
name: Lint
1316
runs-on: ubuntu-latest
1417
steps:
1518
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)