Skip to content

build(deps): bump actions/checkout from 6 to 7 #20

build(deps): bump actions/checkout from 6 to 7

build(deps): bump actions/checkout from 6 to 7 #20

Workflow file for this run

name: Tests and Checks
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
test:
name: Run Bats Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v7
- name: Install Bats
uses: mig4/setup-bats@v1
with:
bats-version: 1.8.2
- name: Run Bats Tests
run: bats tests