Skip to content

move files under data folder #3

move files under data folder

move files under data folder #3

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm run test