Skip to content

cli: fix concurrent mops invocations clobbering shared scratch dirs (… #764

cli: fix concurrent mops invocations clobbering shared scratch dirs (…

cli: fix concurrent mops invocations clobbering shared scratch dirs (… #764

Workflow file for this run

name: Code quality
on:
push:
branches:
- main
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22
cache: "npm"
- uses: ./.github/actions/cache-rust-wasm
- name: Install
run: |
npm ci --ignore-scripts
npm run ci:postinstall
- name: Lint
run: npm run lint
- name: Format
run: npm run format:check