Skip to content

chore(deps): bump npm-run-all2 from 7.0.2 to 9.0.2 #97

chore(deps): bump npm-run-all2 from 7.0.2 to 9.0.2

chore(deps): bump npm-run-all2 from 7.0.2 to 9.0.2 #97

Workflow file for this run

name: CI
on:
push:
branches: ['**']
workflow_call:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .node-version
- run: npm ci
- run: npx run-s --continue-on-error check fmt-check licenses lint test
- if: github.event_name == 'push'
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}