Sha256: 158e6a1775670c08c65ef7e928c4e3feb41a115e2d1e3da23b24c9ec1d44075a
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
name: Ruby on: push: branches: - master pull_request: jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: matrix: ruby: - '3.1.0' steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run the default task run: bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pay-lago-0.1.1 | .github/workflows/main.yml |
pay-lago-0.1.0 | .github/workflows/main.yml |