Skip to content

Moved tests.

Moved tests. #12

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- 'feature/**'
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: luizm/[email protected]
env:
SHFMT_OPTS: -i 2 -ci -s -d
- uses: actions/setup-node@v4
- run: npm --prefix=tests ci
- run: npm --prefix=tests run test