Commit Graph

2 Commits

Author SHA1 Message Date
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
Kapil Sachdev 91f57a3016 feat: Add github action for linting rubocop [ci skip] 2020-11-12 01:37:09 +05:30