Skip to content

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 in the github-actions group #127

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 in the github-actions group

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 in the github-actions group #127

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
- run: yarn install --immutable
- run: yarn biome ci --reporter=github
- run: yarn run cov
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
slug: mogeko/gatsby-remark-plantuml-lite