Sha256: 8de1c2f43f9566faaf709336119512974c07030f7dab4c091cfcb6a01ab3e4d6
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
name: Run Tests, Linters, Etc. on: pull_request: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Run Rubocop run: bin/rubocop --format clang - name: Run RSpec tests run: bin/rspec --format progress - name: Ensure no git diff run: git diff --exit-code && git diff-index --quiet --cached HEAD
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shaped-0.10.0 | .github/workflows/ruby.yml |
shaped-0.9.1 | .github/workflows/ruby.yml |