Skip to content

ci: remove pattern to match bundle artifacts #39

ci: remove pattern to match bundle artifacts

ci: remove pattern to match bundle artifacts #39

Workflow file for this run

name: Lint check
on: push
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
toolchain: nightly
components: rustfmt
- run: pnpm i
- run: pnpm run lint