Skip to content

Commit 992431d

Browse files
committed
revert: "ci: fix new job config (#7071)"
This reverts commit 4b63f12.
1 parent 506bc33 commit 992431d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
format:
1111
name: Format
1212
if: "${{ !startsWith(github.head_ref, 'release-') }}"
13-
runs-on: ubuntu-latest
1413
steps:
1514
- name: Git checkout
1615
uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
lint:
1111
name: Lint
1212
if: "${{ !startsWith(github.head_ref, 'release-') }}"
13-
runs-on: ubuntu-latest
1413
steps:
1514
- name: Git checkout
1615
uses: actions/checkout@v4
@@ -21,8 +20,5 @@ jobs:
2120
cache: npm
2221
- name: Install core dependencies
2322
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
2723
- name: Run lint
2824
run: npm run lint

0 commit comments

Comments
 (0)