thoughtbot--shoulda-matchers/.github/workflows
Kapil Sachdev bf41204490 fix: Remove lint-action github action and add custom RuboCop action
- Annotations feature provided by lint-action is not working with PRs 
from fork repos
- pull_request_target feature is also not behaving reliably 
- Remove hound
- Not using bundler-cache: true for caching as it uses uses 
./vendor/bundle as bundle path and rubocop lint vendor as well. So 
caching under ../vendor/bundle using actions/cache
- Using actions/cache@v1 rather v2 as gems are not getting cached due to 
unknown reason
2020-11-18 21:54:38 +05:30
..
rubocop.yml fix: Remove lint-action github action and add custom RuboCop action 2020-11-18 21:54:38 +05:30