Skip to content

Commit

Permalink
ci: remove update-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 21, 2024
1 parent a2dcdbe commit ca232c2
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -66,7 +36,6 @@ jobs:

test:
name: test
needs: [update-schema]
strategy:
matrix:
os:
Expand Down

0 comments on commit ca232c2

Please sign in to comment.