Skip to content

chore: bump the eslint-configs group with 2 updates #1685

chore: bump the eslint-configs group with 2 updates

chore: bump the eslint-configs group with 2 updates #1685

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm test
- run: npm run coverage
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}