Sha256: 6f64729a9696b7661881da0f0c68951adcf31c49a4f256ae36da703108aaedcf
Contents?: true
Size: 536 Bytes
Versions: 1
Compression:
Stored size: 536 Bytes
Contents
name: Test on: push: branches: - main pull_request: branches: - main jobs: test: strategy: matrix: ruby_version: [3.1, 3.2, 3.3, 3.4] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} bundler-cache: true - name: Initialize submodule run: git submodule update --init - name: Run tests run: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_audit-3.0.0 | .github/workflows/test.yml |