java-setup has fixed ibm semeru/macOs issue, can be used again #284
Workflow file for this run
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: | |
before_pr: | |
name: before-pr.sh | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: install shellcheck | |
run: ./lib/tegonal-scripts/src/ci/install-shellcheck.sh | |
- name: before-pr.sh | |
run: ./scripts/before-pr.sh |