mirror of https://github.com/fredrikekre/EnumX.jl
4 changed files with 41 additions and 4 deletions
@ -0,0 +1,2 @@ |
|||||||
|
# Runic 1.2.0 formatting |
||||||
|
e7920eacd87d36d67d887f57f9eb2e342dff7879 |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
||||||
|
version: 2 |
||||||
|
updates: |
||||||
|
- package-ecosystem: "github-actions" |
||||||
|
directory: "/" # Location of package manifests |
||||||
|
schedule: |
||||||
|
interval: "monthly" |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
--- |
||||||
|
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 |
||||||
|
with: |
||||||
|
version: '1.2' |
||||||
Loading…
Reference in new issue