Sha256: 0a261549aa279c9c0e3679f584f0c1d3674130952b9d5b41f09ef5ef4e85819e
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
name: Main on: push: branches: - main pull_request: branches: - main permissions: contents: read jobs: ci: name: CI runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' bundler-cache: true - name: Test run: bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-pattern_matching-0.2.0 | .github/workflows/main.yml |
rails-pattern_matching-0.1.0 | .github/workflows/main.yml |