rename libultra_symbols.txt => symbol_addrs_libultra.txt #2
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: Format | |
| # Build on every branch push, tag push, and pull request change: | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Install Packages | |
| run: sudo apt-get install -y python3 python3-pip clang-format-20 clang-tidy-20 clang-tools-20 | |
| - name: Check Format | |
| run: ./tools/check_format.sh |