Skip to content

chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 (#1346) #895

chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 (#1346)

chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 (#1346) #895

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 20.x
- run: npm ci
- run: npm run lint
- run: npm test