Sha256: a0088deb61f545f015b8d31483be8bbd95dea82ad5210a41ee20c2128ad000fe
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
name: Rubocop on: pull_request: push: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: - "3.1" steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run linter run: bundle exec rubocop
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trace_location-1.2.0 | .github/workflows/rubocop.yml |
trace_location-1.1 | .github/workflows/rubocop.yml |
trace_location-1.0 | .github/workflows/rubocop.yml |