Skip to content

build(deps-dev): bump the devdependencies group with 3 updates #58

build(deps-dev): bump the devdependencies group with 3 updates

build(deps-dev): bump the devdependencies group with 3 updates #58

Workflow file for this run

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