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 506bc33 commit 992431dCopy full SHA for 992431d
.github/workflows/format.yml
@@ -10,7 +10,6 @@ jobs:
10
format:
11
name: Format
12
if: "${{ !startsWith(github.head_ref, 'release-') }}"
13
- runs-on: ubuntu-latest
14
steps:
15
- name: Git checkout
16
uses: actions/checkout@v4
.github/workflows/lint.yml
lint:
name: Lint
@@ -21,8 +20,5 @@ jobs:
21
20
cache: npm
22
- name: Install core dependencies
23
run: npm ci --no-audit
24
- # Almost not needed, but a single file in `scripts/` imports built code
25
- - name: Build package
26
- run: npm run build
27
- name: Run lint
28
run: npm run lint
0 commit comments