Skip to content

Commit

Permalink
Runic formatter (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Oct 20, 2024
1 parent 0a2e4ea commit 4d033e8
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 202 deletions.
Empty file added .git-blame-ignore-revs
Empty file.
21 changes: 21 additions & 0 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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
1 change: 0 additions & 1 deletion docs/liveserver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ LiveServer.servedocs(;
joinpath(repo_root, "src"),
],
)

Loading

0 comments on commit 4d033e8

Please sign in to comment.