Sha256: 9f58f653e4266e0d9ad66b0bc8c0bffa3f0f48a3828f47d7e553c33ebe3afd42
Contents?: true
Size: 720 Bytes
Versions: 2
Compression:
Stored size: 720 Bytes
Contents
name: Code Style Checks on: pull_request: branches: - master paths-ignore: - 'README.md' push: branches: - master paths-ignore: - 'README.md' jobs: rubocop: name: Rubocop if: "contains(github.event.commits[0].message, '[ci skip]') == false" strategy: fail-fast: false matrix: os: - ubuntu ruby: - "3.0" runs-on: ${{ matrix.os }}-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run Rubocop run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
phillipug-foodie-0.1.0 | .vendor/ruby/3.0.0/gems/contracts-0.17/.github/workflows/code_style_checks.yaml |
contracts-0.17 | .github/workflows/code_style_checks.yaml |