Skip to content

chore(deps): update rhysd/actionlint docker tag to v1.7.2 (#46) #17

chore(deps): update rhysd/actionlint docker tag to v1.7.2 (#46)

chore(deps): update rhysd/actionlint docker tag to v1.7.2 (#46) #17

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 [email protected]
- name: Run tests
run: npm exec -- bats test/*.bats