Skip to content

Update format.yml

Update format.yml #27

Workflow file for this run

name: format
on:
push:
branches: ['main', 'release-']
tags:
- '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
runic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/cache@v2
- uses: fredrikekre/runic-action@v1