Skip to content

chore(deps-dev): bump eslint from 8.49.0 to 8.52.0 #454

chore(deps-dev): bump eslint from 8.49.0 to 8.52.0

chore(deps-dev): bump eslint from 8.49.0 to 8.52.0 #454

name: Build, test and lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run test
- run: npm run lint