From 173acdaa44e990815846dc2dff54647995c8960c Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 28 Nov 2021 13:40:49 +0100 Subject: [PATCH] Formatter: use latest CSTParser tagged version --- .github/workflows/format_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_pr.yml b/.github/workflows/format_pr.yml index 8bd71439..f547d1d5 100644 --- a/.github/workflows/format_pr.yml +++ b/.github/workflows/format_pr.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Install JuliaFormatter and format run: | - julia -e 'using Pkg; pkg"add JuliaFormatter CSTParser#master"' + julia -e 'using Pkg; pkg"add JuliaFormatter"' julia -e 'using JuliaFormatter; [format(["src", "test"]) for _ in 1:2]' git diff --exit-code