Sha256: 3a740f737e376aa97100e45ff5dec32209ba911eb1f1621d9a2bd3e806742fbd
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
name: Run Rspec Tests on: pull_request: branches: - main jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - 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 alpha version run: grep alpha $(find . -type f -name version.rb) - name: Ensure no git diff run: git diff --exit-code && git diff-index --quiet --cached HEAD
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fcom-0.7.0 | .github/workflows/ruby.yml |