Skip to content

New Release (#97)

New Release (#97) #211

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main, dev]
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run coverage
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
citation:
name: Validate CITATION.cff
permissions:
contents: read
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: --validate