Skip to content

Commit

Permalink
Merge CI workflows into CI.yml, workflow_dispatch (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Nov 15, 2024
1 parent 2123d7a commit 02784e5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 34 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '*/*-runci'
tags: '*'
pull_request:
workflow_dispatch:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
Expand Down Expand Up @@ -201,3 +202,25 @@ jobs:
- uses: actionsx/prettier@v2
with:
args: --check .

runic:
name: "Runic (Julia code 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.0.0'

typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
21 changes: 0 additions & 21 deletions .github/workflows/Runic.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/SpellCheck.yml

This file was deleted.

0 comments on commit 02784e5

Please sign in to comment.