Skip to content

test: add config unit tests #10

test: add config unit tests

test: add config unit tests #10

Workflow file for this run

name: "Config Test"
on: [pull_request]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: npm install -g jsonlint
- run: bats test_config.bats