Skip to content

chore(deps-dev): Bump eslint from 9.23.0 to 9.25.1 #60

chore(deps-dev): Bump eslint from 9.23.0 to 9.25.1

chore(deps-dev): Bump eslint from 9.23.0 to 9.25.1 #60

Workflow file for this run

name: "Run Tests"
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-coverage:
uses: bennycode/actions/.github/workflows/test-coverage.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}