Skip to content

Updated test library. #6

Updated test library.

Updated test library. #6

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/action-sh-checker@v0.8.0
env:
SHFMT_OPTS: -i 2 -ci -s -d
- uses: actions/setup-node@v4
- name: Test
run: |
npm install
npm run test