Skip to content

Commit f99a627

Browse files
committed
Install Runic in workflow
1 parent 7eaf204 commit f99a627

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/PreCommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12-
tags: ["*"]
12+
tags: ['*']
1313
pull_request:
1414
types: [opened, reopened, synchronize, ready_for_review]
1515
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- uses: julia-actions/setup-julia@v2
2323
- uses: julia-actions/cache@v2
24-
- run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
25-
- uses: astral-sh/setup-uv@v6
24+
- run: julia -e 'using Pkg; Pkg.add("Runic")'
25+
- uses: astral-sh/setup-uv@v7
2626
- run: uv tool install pre-commit
2727
- run: pre-commit run --all-files --show-diff-on-failure --color always

0 commit comments

Comments
 (0)