Skip to content

update yarn

update yarn #78

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: yarn install --immutable
- name: Check
cmd: yarn run check:all

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Code coverage report
uses: codecov/codecov-action@v2
with:
yml: ./codecov.yml
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittest
name: codecov