Sha256: 7e3a6c1f65c72314034dc8c7a786cf3c0d57c333e9e9e90d4e30ed993ef8de88
Contents?: true
Size: 512 Bytes
Versions: 3
Compression:
Stored size: 512 Bytes
Contents
--- name: Standard Rb on: pull_request: branches: - '*' push: branches: - master jobs: # STANDARD RB standard: runs-on: ubuntu-latest strategy: matrix: ruby: ['3.0'] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run Standard Rb run: bundle exec standardrb --format progress
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
make_taggable-0.7.5 | .github/workflows/standard-ci.yml |
make_taggable-0.7.4 | .github/workflows/standard-ci.yml |
make_taggable-0.7.3 | .github/workflows/standard-ci.yml |