From 6a92400fe6e681c454687b7de70fc054658ea83b Mon Sep 17 00:00:00 2001 From: Nicola Clark Date: Sun, 15 Sep 2024 14:46:34 -0500 Subject: [PATCH] oops, clumsy me :/ --- .github/workflows/ensure-linted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ensure-linted.yml b/.github/workflows/ensure-linted.yml index bd82196..8304b90 100644 --- a/.github/workflows/ensure-linted.yml +++ b/.github/workflows/ensure-linted.yml @@ -6,7 +6,7 @@ jobs: name: Run Linter runs-on: ubuntu-latest container: - image: ghrc.io/realm/swiftlint:0.56.1 + image: ghcr.io/realm/swiftlint:0.56.1 steps: - name: Checkout mrkdown uses: actions/checkout@v4