feat: add support for IBM Semeru Runtimes Open Edition for Java 25 (#85) #353
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: Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| test: | |
| runs-on: 'ubuntu-latest' | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: Install dependencies | |
| run: sudo apt -y install shellcheck | |
| - name: Run ShellCheck | |
| run: | | |
| shellcheck -V | |
| shellcheck -x bin/*.bash |