Skip to content

Merge pull request #6 from Bikz/dependabot/cargo/thiserror-2.0.17 #62

Merge pull request #6 from Bikz/dependabot/cargo/thiserror-2.0.17

Merge pull request #6 from Bikz/dependabot/cargo/thiserror-2.0.17 #62

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Lint
run: scripts/lint.sh
- name: Test
run: scripts/test.sh
- name: Verify npm wrapper
run: scripts/verify-npm.sh
- name: Install cargo-audit
run: cargo install cargo-audit --locked
- name: Audit
run: scripts/audit.sh