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.
21 lines
398 B
21 lines
398 B
--- |
|
name: Check |
|
on: |
|
push: |
|
branches: |
|
- 'master' |
|
- 'release-' |
|
tags: |
|
- '*' |
|
pull_request: |
|
jobs: |
|
runic: |
|
name: Runic formatting |
|
runs-on: ubuntu-latest |
|
steps: |
|
- uses: actions/checkout@v4 |
|
# - uses: julia-actions/setup-julia@v2 |
|
# with: |
|
# version: '1.11' |
|
- uses: julia-actions/cache@v2 |
|
- uses: fredrikekre/runic-action@v1
|
|
|