From ca232c2889ca1dc4ae6232592d3c6335a5ac947e Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Thu, 21 Mar 2024 03:22:44 +0100 Subject: [PATCH] ci: remove update-schema --- .github/workflows/validate.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 65aeb7a7..47c042b7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,38 +14,8 @@ env: RUST_BACKTRACE: full jobs: - update-schema: - strategy: - matrix: - os: - - ubuntu-latest - node: - - 20 - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v4 - - uses: Swatinem/rust-cache@v2 - - run: rustup toolchain install stable --profile minimal - - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - - - name: update schema - run: cargo run -- schema - - - name: update readme - run: node scripts/update-supported-languages.mjs - - - name: format - run: npx prettier --write schemas/ README.md - - - uses: EndBug/add-and-commit@v9 - with: - message: "chore: update config schema" - lint: name: lint - needs: [update-schema] strategy: matrix: os: @@ -66,7 +36,6 @@ jobs: test: name: test - needs: [update-schema] strategy: matrix: os: