Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.0.0 #185

chore(deps-dev): bump eslint from 8.57.0 to 9.0.0

chore(deps-dev): bump eslint from 8.57.0 to 9.0.0 #185

Workflow file for this run

name: 'ci'
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm test -- --coverageReporters=lcov
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}