Sha256: 910a42138f4c1ef48de2982636ea559301e96a8d01aadcd4f995094dc49ce387
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
name: Build + Test on: [pull_request, push] permissions: contents: read jobs: build: name: Build + Test runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ] steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 #v1.190.0 tag with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Build and test with Rake run: | bundle exec rubocop bundle exec rspec spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
secure_headers-7.0.0 | .github/workflows/build.yml |