Sha256: 9240c85ac76d28b77112cdb60e96a8349f67009090d6a5a35189ef9f4ae70269
Contents?: true
Size: 603 Bytes
Versions: 1
Compression:
Stored size: 603 Bytes
Contents
name: Install RuboCop and Run on: [push] jobs: sample: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.2 - name: Install RuboCop and Run run: | bundle install --without development ./bin/bgem list --lockfile test/fixture/Gemfile.sample.lock ./bin/bgem install rubocop --lockfile test/fixture/Gemfile.sample.lock rubocop --version - name: Installed rubocop version test run: | [[ $(rubocop --version) == "0.70.0" ]] || exit 1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bundled_gems-1.1.0 | .github/workflows/rubocop-install-sample.yml |