Skip to content

Commit 02784e5

Browse files
authored
Merge CI workflows into CI.yml, workflow_dispatch (#2607)
1 parent 2123d7a commit 02784e5

File tree

3 files changed

+23
-34
lines changed

3 files changed

+23
-34
lines changed

.github/workflows/CI.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '*/*-runci'
1010
tags: '*'
1111
pull_request:
12+
workflow_dispatch:
1213
jobs:
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

.github/workflows/Runic.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/SpellCheck.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)