Merge pull request #66 from tegonal-bot/gt/update #157
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: Quality Assurance | |
on: [ push, pull_request ] | |
jobs: | |
QA: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: install shellcheck v0.9.0 | |
run: ./lib/tegonal-scripts/src/ci/install-shellcheck.sh | |
- name: run before-pr | |
run: ./scripts/before-pr.sh |