Skip to content

Adding anchor project structure + config base ix #2

Adding anchor project structure + config base ix

Adding anchor project structure + config base ix #2

Workflow file for this run

name: Lint check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- uses: dtolnay/rust-toolchain@stable
- run: pnpm install
- run: pnpm lint