Update EnzymeAD/Enzyme-JAX to commit 56a00a87785b02f93bab749fbb0d4918… #5051
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: Bazel files check | |
| on: [push] | |
| jobs: | |
| formatting-check: | |
| name: Formatting Bazel files check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Setup buildifier | |
| uses: jbajic/setup-buildifier@v1 | |
| - name: Run buildifier | |
| run: | | |
| buildifier -mode check -r . |