File tree Expand file tree Collapse file tree 3 files changed +23
-34
lines changed Expand file tree Collapse file tree 3 files changed +23
-34
lines changed Original file line number Diff line number Diff line change 99 - ' */*-runci'
1010 tags : ' *'
1111 pull_request :
12+ workflow_dispatch :
1213jobs :
1314 test :
1415 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -201,3 +202,25 @@ jobs:
201202 - uses : actionsx/prettier@v2
202203 with :
203204 args : --check .
205+
206+ runic :
207+ name : " Runic (Julia code formatting)"
208+ runs-on : ubuntu-latest
209+ steps :
210+ - uses : actions/checkout@v4
211+ - uses : julia-actions/setup-julia@v2
212+ with :
213+ version : ' 1.11'
214+ - uses : julia-actions/cache@v2
215+ - uses : fredrikekre/runic-action@v1
216+ with :
217+ version : ' 1.0.0'
218+
219+ typos :
220+ name : Spell Check with Typos
221+ runs-on : ubuntu-latest
222+ steps :
223+ - name : Checkout Actions Repository
224+ uses : actions/checkout@v4
225+ - name : Check spelling
226+ uses : crate-ci/typos@master
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments