From f4054a09ac95b4c93cec2109862f1f447571951e Mon Sep 17 00:00:00 2001 From: BowTiedDevOps <157840260+BowTiedDevOps@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:19:07 +0200 Subject: [PATCH] feat: replace old rustfmt action with custom one for alias input --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 552196e4c..434c977a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,9 @@ jobs: - name: Rustfmt id: rustfmt - uses: actions-rust-lang/rustfmt@2d1d4e9f72379428552fa1def0b898733fb8472d # v1.1.0 + uses: stacks-network/actions/rustfmt@main + with: + alias: "fmt-stacks" ###################################################################################### ## Create a tagged github release