From 06d01ba49848ad045930cc654465f2b981106089 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Tue, 31 Oct 2023 14:42:23 -0400 Subject: [PATCH] adds workflow Signed-off-by: Kevin Griffin --- .github/workflows/revised-format.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/revised-format.yml b/.github/workflows/revised-format.yml index 7c66c27..fd087f1 100644 --- a/.github/workflows/revised-format.yml +++ b/.github/workflows/revised-format.yml @@ -12,7 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: revised-format - name: Set up Python 3.10.4 uses: actions/setup-python@v2