Skip to content

Attempt at testing some stuff #1

Attempt at testing some stuff

Attempt at testing some stuff #1

Workflow file for this run

name: Test with vitest
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run coverage
- uses: coverallsapp/github-action@v2
with:

Check failure on line 14 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / Test with vitest

Invalid workflow file

The workflow is not valid. .github/workflows/check.yml (Line: 14, Col: 14): Unexpected value ''
- name: Set up Node
uses: actions/setup-node@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo 'pretty_files=' **/*.{json,md,?s,?sx} >> "$GITHUB_ENV"
- run: echo "$pretty_files"
- run: npm ci
- run: ./node_modules/.bin/prettier -l "$pretty_files"