Skip to content

build(deps-dev): bump pnpm from 8.15.9 to 9.15.0 in the npm_and_yarn group across 1 directory #585

build(deps-dev): bump pnpm from 8.15.9 to 9.15.0 in the npm_and_yarn group across 1 directory

build(deps-dev): bump pnpm from 8.15.9 to 9.15.0 in the npm_and_yarn group across 1 directory #585

Workflow file for this run

name: Format
on: [pull_request, workflow_dispatch]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
# Runs linter, tests, and inspection checker in parallel
jobs:
lint:
name: Check Format and Run Linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/workflows/setup-ci
- name: "Check formatting"
run: pnpm fmt:check
- name: "Lint the contracts"
run: "pnpm lint"