Merge pull request #80 from mongolyy/feature/79_fix-bug #139
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: test shell script | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
shellspec: | |
name: runner / ShellSpec | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install latest shellspec | |
run: curl -fsSL https://git.io/shellspec | sh -s -- --yes | |
- name: Run shellspec | |
run: shellspec |