Skip to content

Make T8CodeMesh fully type general (#2154) #349

Make T8CodeMesh fully type general (#2154)

Make T8CodeMesh fully type general (#2154) #349

Workflow file for this run

name: Format suggestions
on:
push:
branches:
- 'main'
tags: '*'
pull_request:
jobs:
format-suggestions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/julia-format@v3
with:
version: "1.0.60"