Sha256: 3e577ca80357bab7823e2c3c1c6488af0d5c182bb376fe876f45c0e042e010cb
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
name: Lint on: - pull_request - push jobs: rubocop: name: rubocop runs-on: ubuntu-20.04 steps: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 env: BUNDLE_JOBS: 4 BUNDLE_RETRY: 3 BUNDLE_WITHOUT: development,test with: ruby-version: 3.0 bundler-cache: true - name: Run rubocop run: bundle exec rubocop --parallel --color
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mnemosyne-ruby-1.13.0 | .github/workflows/lint.yml |
mnemosyne-ruby-1.12.1 | .github/workflows/lint.yml |