Sha256: 72948c1a9f19816dc3eab3f4e9400ab7af86675a8b1f850034fada5ea1abd143
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 Bytes
Contents
name: Rubocop on: push: branches: [ master, develop ] pull_request: branches: [ master, develop ] jobs: rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' bundler-cache: true - name: Run rubocop run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guard-busted-1.0.1 | .github/workflows/rubocop.yml |
guard-busted-1.0.0 | .github/workflows/rubocop.yml |