Skip to content

Move formatting to GitHub Action #1

Move formatting to GitHub Action

Move formatting to GitHub Action #1

Workflow file for this run

name: Format suggestions
on:
pull_request
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v4
with:
version: '2.2.0'