update files of remote tegonal-gh-commons to version v5.0.2 via gt #494
This file contains hidden or 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: Quality Assurance | |
| on: [ push, pull_request ] | |
| permissions: | |
| contents: read | |
| jobs: | |
| before_pr: | |
| name: before-pr.sh | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: install shellcheck | |
| run: ./src/ci/install-shellcheck.sh | |
| - name: Install shellspec | |
| run: ./src/ci/install-shellspec.sh | |
| - name: Install shfmt | |
| run: ./src/ci/install-shfmt.sh | |
| - name: before-pr.sh | |
| run: ./scripts/before-pr.sh |