Skip to content

test: add bats tests for each bin script #14

test: add bats tests for each bin script

test: add bats tests for each bin script #14

Workflow file for this run

name: Tests and Checks
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkouting code...
uses: actions/checkout@v6
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.8.2
- name: Test
run: bats tests