Skip to content

chore(deps-dev): bump eslint from 9.35.0 to 9.38.0 #19

chore(deps-dev): bump eslint from 9.35.0 to 9.38.0

chore(deps-dev): bump eslint from 9.35.0 to 9.38.0 #19

Workflow file for this run

name: Test PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Validate commit messages
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: make test
- uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage/lcov.info