Skip to content

test(gha): run bats tests on Darwin/arm64 and Linux/x64 (#15) #14

test(gha): run bats tests on Darwin/arm64 and Linux/x64 (#15)

test(gha): run bats tests on Darwin/arm64 and Linux/x64 (#15) #14

---
name: Worflows checks
on:
push:
branches:
- main
pull_request:
jobs:
repo-checks:
name: Check the repository github actions workflows
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true