Update instructions in relation to the recent addition of support for Oracle GraalVM #678
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: Test Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check-links: | |
name: Check Links | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check For Internal Links without Shortcodes | |
run: scripts/check-internal-links.sh | |
check-spelling: | |
name: Check Spelling in Docs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check Spelling in Content Dir | |
run: scripts/check-spelling.sh |