Skip to content

chore: small changes #431

chore: small changes

chore: small changes #431

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- 'master'
paths:
- 'src/**/*'
- 'lib/**/*'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: |
npm i
npm link
npm run ci
- uses: codecov/codecov-action@v4
with:

Check failure on line 27 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 27
token: ${{ secrets.CODECOV_TOKEN }}