From bb082365915d74867693006d32760888ea653bbc Mon Sep 17 00:00:00 2001 From: schillic Date: Sat, 21 Feb 2026 23:46:31 +0100 Subject: [PATCH] fix formatting script --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 12f6085..1c12b66 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v6 + - name: Set up Julia + uses: julia-actions/setup-julia@v2 - name: Cache artifacts uses: julia-actions/cache@v2 - name: Install JuliaFormatter and format