Skip to content

Commit

Permalink
Remove the label action since it doesn't work on forks. (slurpcode#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jun 22, 2020
1 parent 6203667 commit 1e60e18
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run:
name: 🧹 Run YAML lint
command: |
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/invite-contributors.yml .github/labeler.yml .github/workflows/greetings.yml .github/workflows/label.yml
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/invite-contributors.yml .github/workflows/greetings.yml
- run:
name: 🧹 Run Pylint
command: |
Expand Down
54 changes: 0 additions & 54 deletions .github/labeler.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/label.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ find . -name "*.py" -not -path "**/venv/*" | xargs pylint --disable=C0103,C0114
mdl .
rubocop
reek -c .reek.yml
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/labeler.yml .github/workflows/greetings.yml .github/workflows/label.yml
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/workflows/greetings.yml

0 comments on commit 1e60e18

Please sign in to comment.