Remove CI for the old syn2mas tool

This commit is contained in:
Quentin Gliech
2025-04-23 17:44:30 +02:00
parent 4a430c1e35
commit afc625b192
8 changed files with 2 additions and 128 deletions

View File

@@ -311,34 +311,6 @@ jobs:
--archive-file nextest-archive.tar.zst \
--partition count:${{ matrix.partition }}/3
syn2mas:
name: Check syn2mas
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@v4.2.2
- name: Install Node
uses: actions/setup-node@v4.4.0
with:
node-version-file: ./tools/syn2mas/.nvmrc
- name: Install Node dependencies
working-directory: ./tools/syn2mas
run: npm ci
- name: Lint
working-directory: ./tools/syn2mas
run: npm run lint
- name: Build
working-directory: ./tools/syn2mas
run: npm run build
tests-done:
name: Tests done
if: ${{ always() }}
@@ -352,7 +324,6 @@ jobs:
- clippy
- check-schema
- test
- syn2mas
runs-on: ubuntu-24.04
steps: