File sync from Jobport/config #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run lint | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: eregon/use-ruby-action@v1 | |
- name: Build and test | |
run: | | |
gem install bundler | |
bundle install --jobs 4 --retry 3 | |
rubocop |