Skip to content

Use npm workspaces to maintain both package.json and a global lock #15

Use npm workspaces to maintain both package.json and a global lock

Use npm workspaces to maintain both package.json and a global lock #15

name: Offchain Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
offchain-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm install standard
- run: npm run lint