Skip to content

chore(deps): update typescript-eslint monorepo to v6.5.0 (#406) #1071

chore(deps): update typescript-eslint monorepo to v6.5.0 (#406)

chore(deps): update typescript-eslint monorepo to v6.5.0 (#406) #1071

Workflow file for this run

name: coverage
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: npm run build --if-present
- run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}