Skip to content

build(deps-dev): bump eslint from 10.2.0 to 10.2.1 #987

build(deps-dev): bump eslint from 10.2.0 to 10.2.1

build(deps-dev): bump eslint from 10.2.0 to 10.2.1 #987

Workflow file for this run

name: test
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v6
-
name: Test
uses: docker/bake-action@v7
with:
source: .
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v6
with:
files: ./coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}