Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.7.1 #188

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.7.1

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.7.1 #188

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 }}