Update softprops/action-gh-release action to v2 (#21) #70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Tests | |
"on": | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
bats: | |
name: bats | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🏗️ Setup bats | |
uses: mig4/setup-bats@v1 | |
with: | |
# renovate: datasource=github-releases depName=bats-core/bats-core | |
bats-version: 1.10.0 | |
- name: ⤵️ Check out code | |
uses: actions/checkout@v4 | |
- name: 🚀 Run bats | |
run: bats -r . |