From d1ae1ff707b42fea1896b2a4e3e20b86fccd65c3 Mon Sep 17 00:00:00 2001 From: Roberto Soares Date: Sat, 18 Jul 2020 19:34:43 -0300 Subject: [PATCH] Remove check link diff for now Error: fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' After migration to github page actions we can review it --- .github/workflows/pull-requests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 4feb644..aa8a040 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -1,4 +1,4 @@ -name: Checking Pull Requests +name: Checking Pull Request on: pull_request @@ -19,6 +19,3 @@ jobs: - name: Run tests run: npm test - - - name: Check links - run: npm run check-link-diff