Bump compat for Trixi to 0.10 to adapt the latest version of CUDA #459
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: Format Check | |
on: | |
push: | |
branches: | |
- 'main' | |
tags: '*' | |
pull_request: | |
jobs: | |
format-suggestions: | |
name: Check and Suggest Code Format | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Run Julia Format Check | |
uses: julia-actions/julia-format@v3 | |
with: | |
version: '1.0.56' |