You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
475 B
23 lines
475 B
--- |
|
name: Check |
|
on: |
|
push: |
|
branches: |
|
- 'master' |
|
- 'release-' |
|
tags: |
|
- '*' |
|
pull_request: |
|
jobs: |
|
runic: |
|
name: Runic formatting |
|
runs-on: ubuntu-latest |
|
steps: |
|
- uses: actions/checkout@v5 |
|
- uses: julia-actions/setup-julia@v2 |
|
with: |
|
version: '1.11' |
|
- uses: julia-actions/cache@v2 |
|
- uses: fredrikekre/runic-action@v1 |
|
with: |
|
version: '1.4' # Keep in sync with .pre-commit-config.yaml
|
|
|