From 8b0dfa3194c437c2c66c3865938a5b8bdfcc538c Mon Sep 17 00:00:00 2001 From: Sally Pak Date: Fri, 27 Oct 2023 12:44:57 -0400 Subject: [PATCH] reformatted main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59747b8..8c90772 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,9 @@ jobs: run: | pipenv run pytest format: + runs-on: ubuntu-latest + timeout-minutes: 10 + steps: - name: Run black formatter uses: rickstaa/action-black@v1.3.1