Skip to content

Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 #909

Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0

Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 #909

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}