Skip to content

chore: bump eslint from 8.57.0 to 9.5.0 #41

chore: bump eslint from 8.57.0 to 9.5.0

chore: bump eslint from 8.57.0 to 9.5.0 #41

Workflow file for this run

name: Tester
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- name: Install Dependencies
run: npm install
- run: npm run eslint
- name: Coverage
run: npx nyc --reporter=lcovonly npm run test
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}