From 8f2d93280fcded3c079bb951346d454f9c029dc6 Mon Sep 17 00:00:00 2001 From: Nicholas Carrigan Date: Sat, 4 Dec 2021 16:16:24 -0800 Subject: [PATCH 1/2] fix(tools): workflow --- .github/workflows/prettier-lint-check.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/prettier-lint-check.yml b/.github/workflows/prettier-lint-check.yml index 73c29d53..4838e401 100644 --- a/.github/workflows/prettier-lint-check.yml +++ b/.github/workflows/prettier-lint-check.yml @@ -23,12 +23,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - # This is important to fetch the changes to the previous commit - fetch-depth: 0 - + - name: Load Node.js uses: actions/setup-node@v2 with: From 42a7a60e1efd50f914adeba9bbc05ad76d6b266e Mon Sep 17 00:00:00 2001 From: Nicholas Carrigan Date: Sat, 4 Dec 2021 16:18:09 -0800 Subject: [PATCH 2/2] fix: NL error --- .github/workflows/prettier-lint-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier-lint-check.yml b/.github/workflows/prettier-lint-check.yml index 4838e401..2a90cfb3 100644 --- a/.github/workflows/prettier-lint-check.yml +++ b/.github/workflows/prettier-lint-check.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Load Node.js uses: actions/setup-node@v2 with: