Skip to content

Commit 65befe8

Browse files
committed
Accidentally an s
1 parent eca2a9a commit 65befe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
lint:
16-
name: "Lint"
16+
name: "Lints"
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919

@@ -28,7 +28,7 @@ jobs:
2828
run: <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>
2929
- name: Lint
3030
run: <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm run' %> lint
31-
31+
3232
test:
3333
name: "Tests"
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)