Skip to content

Commit 7c8b191

Browse files
committed
feat: drop rslint
1 parent 53dd6af commit 7c8b191

File tree

14 files changed

+5
-653
lines changed

14 files changed

+5
-653
lines changed

.github/actions/build-rslint/action.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -129,39 +129,6 @@ jobs:
129129
--stack rsdoctor
130130
${{ matrix.suite }}
131131
132-
rslint:
133-
strategy:
134-
matrix:
135-
include:
136-
- suite: rsbuild
137-
os: ubuntu-latest
138-
- suite: rslib
139-
os: ubuntu-latest
140-
- suite: rspack
141-
os: ubuntu-latest
142-
- suite: rstest
143-
os: ubuntu-latest
144-
- suite: rsdoctor
145-
os: ubuntu-latest
146-
fail-fast: false
147-
runs-on: ${{ matrix.os }}
148-
name: rslint (${{ matrix.suite }})
149-
steps:
150-
- uses: actions/checkout@v5
151-
- uses: ./.github/actions/build-rslint
152-
- uses: moonrepo/setup-rust@v1
153-
- name: Install
154-
run: |
155-
corepack enable
156-
pnpm install --frozen-lockfile --prefer-offline
157-
- name: Expose GitHub Runtime
158-
uses: crazy-max/ghaction-github-runtime@v3
159-
- run: >-
160-
pnpm tsx ecosystem-ci.ts
161-
run-suites
162-
--stack rslint
163-
${{ matrix.suite }}
164-
165132
get-runner-labels:
166133
name: Get Runner Labels
167134
uses: ./.github/workflows/get-runner-labels.yml

.github/workflows/rslint-ecosystem-ci-from-commit.yml

Lines changed: 0 additions & 104 deletions
This file was deleted.

.github/workflows/rslint-ecosystem-ci-from-pr.yml

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)