Sha256: f70f9014fd206b74ca9f2fe4657426032558945ca3af09aed3d4dae1b97410e4
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
name: Lint on: [push] jobs: build: strategy: fail-fast: false matrix: ruby: ["3.1.2", "3.1.4"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Rubocop run: bundle exec rubocop
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
easy_style-0.6.2 | .github/workflows/lint.yml |
easy_style-0.6.1 | .github/workflows/lint.yml |
easy_style-0.6.0 | .github/workflows/lint.yml |