Skip to content

chore: bump lint-staged from 12.5.0 to 13.2.2 #1183

chore: bump lint-staged from 12.5.0 to 13.2.2

chore: bump lint-staged from 12.5.0 to 13.2.2 #1183

Workflow file for this run

name: CI
on:
push:
branches: [trunk]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- run: npm run terraform init
- run: npm run terraform validate