Skip to content

Commit

Permalink
Remove check link diff for now
Browse files Browse the repository at this point in the history
Error:

fatal: ambiguous argument 'origin/master': unknown revision or path not
in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

After migration to github page actions we can review it
  • Loading branch information
roberto committed Jul 18, 2020
1 parent ad5e91e commit d1ae1ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Checking Pull Requests
name: Checking Pull Request

on: pull_request

Expand All @@ -19,6 +19,3 @@ jobs:

- name: Run tests
run: npm test

- name: Check links
run: npm run check-link-diff

0 comments on commit d1ae1ff

Please sign in to comment.