Skip to content

test: Update config_test.yml #4

test: Update config_test.yml

test: Update config_test.yml #4

Workflow file for this run

name: "Config Test"
on: [push, pull_request]
jobs:
run-bats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mig4/setup-bats@v1
with:
bats-version: 1.10.0
- run: apt-get update && apt-get -y install jsonlint
- run: bats test_config.bats