Skip to content

chore(deps): update rhysd/actionlint docker tag to v1.7.7 (#53) #31

chore(deps): update rhysd/actionlint docker tag to v1.7.7 (#53)

chore(deps): update rhysd/actionlint docker tag to v1.7.7 (#53) #31

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: bats
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install bats
run: npm install bats@1.11.0
- name: Run tests
run: npm exec -- bats test/*.bats