Skip to content

Commit

Permalink
Add GH Action workflow to check Runic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Nov 12, 2024
1 parent ac54cc7 commit fd06a1c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
@@ -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'
- uses: julia-actions/cache@v2
- uses: fredrikekre/runic-action@v1
with:
version: '1'

0 comments on commit fd06a1c

Please sign in to comment.