We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca2a9a commit 65befe8Copy full SHA for 65befe8
1 file changed
files/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ concurrency:
13
14
jobs:
15
lint:
16
- name: "Lint"
+ name: "Lints"
17
runs-on: ubuntu-latest
18
timeout-minutes: 10
19
@@ -28,7 +28,7 @@ jobs:
28
run: <%= pnpm ? 'pnpm install --frozen-lockfile' : yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %>
29
- name: Lint
30
run: <%= pnpm ? 'pnpm' : yarn ? 'yarn' : 'npm run' %> lint
31
-
+
32
test:
33
name: "Tests"
34
0 commit comments