Merge pull request #299 from alyst/refactor_semopt_api #272
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 suggestions | |
| on: | |
| push: # Runs on all pushes to any branch | |
| pull_request: # Runs on all PR events (open, sync, reopen) | |
| jobs: | |
| code-style: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: julia-actions/julia-format@v4 | |
| with: | |
| version: '2' |