Skip to content

Commit dc1d1da

Browse files
committed
👷 Fix name of lint step in CI
1 parent cb4602e commit dc1d1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/lint.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Test
1+
name: Lint
22
on:
33
push:
44
branches-ignore:
55
- main
66
jobs:
7-
test-svelte:
7+
lint:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)