We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48d80e commit bb08236Copy full SHA for bb08236
.github/workflows/format.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Check out repository
12
uses: actions/checkout@v6
13
+ - name: Set up Julia
14
+ uses: julia-actions/setup-julia@v2
15
- name: Cache artifacts
16
uses: julia-actions/cache@v2
17
- name: Install JuliaFormatter and format
0 commit comments