Setup BATS
Version updated for https://github.com/sgerrand/setup-bats-action to version v1.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the installation of BATS (Bash Automated Testing System) in a workflow, allowing for easy testing of Bash scripts. It resolves the latest release version or allows pinning to specific versions using a token for API calls, providing outputs for the installed version and supporting examples on how to use it.
What’s Changed
1.0.2 (2026-07-19)
Bug Fixes
- lint: unwrap eslint-plugin-n v18 default export (498540f)