From b9c4ac6c14c5d9e439674355223eec89d9c729ca Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 16 Sep 2022 20:48:19 -0500 Subject: [PATCH] Minor workflow improvements --- .github/workflows/check-formatting.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 8653999..2c8b85a 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -17,11 +17,12 @@ concurrency: jobs: test: runs-on: ubuntu-latest + timeout-minutes: 2 steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup Node.JS + - name: Setup Node uses: actions/setup-node@v3 with: node-version: 16.x