Skip to content

Commit

Permalink
turn of fail lint-contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Nov 1, 2023
1 parent c715037 commit 8804f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# Example for the previous substitution
# input: +++ b/icons/accessibility.json%0A@@ -2,0 +3 @@%0A+ "contributors": ["hi"],%0A@@ -13 +14 @@%0A+}%0A
# output: ::$ANNOTATION_SEVERITY file=icons/accessibility.json,line=2,endLine=3,title=$ANNOTATION_TITLE::$ANNOTATION_DESCRIPTION%0A%0A+ "contributors": ["hi"],%0A@@ -13 +14 @@%0A+}%0A
- name: Fail if contributors have changed
run: git diff --exit-code -- icons/*.json
# - name: Fail if contributors have changed
# run: git diff --exit-code -- icons/*.json

add-changed-icons-comment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8804f29

Please sign in to comment.