From 1c230397035450072b182be052ab4716de21e0a6 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Tue, 30 Sep 2025 00:57:11 -0400 Subject: [PATCH] Fix pre-commit CI b254fefad7a32399e6bbee86473efd411138c2f8 removed the reusable workflow file this used but didn't properly update it to use a tagged bemanproject/infra-workflows link, which is fixed by this commit. --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2409d2f4..70895b4e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,4 +10,4 @@ on: jobs: pre-commit: - uses: ./.github/workflows/reusable-beman-pre-commit.yml + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.1.0