Sha256: 99ecd5f93d7558c2721591844ebb7988c7ce413acad35942bfe0c5f4e54240a6
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
name: CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.2 bundler-cache: true - run: bundle install - run: bundle exec rspec rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.2 bundler-cache: true - run: bundle install - run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
action_kit_rest-0.4.10 | .github/workflows/ci.yml |
vertebrae-0.8.0 | .github/workflows/ci.yml |