Sha256: d5a904e94f319c6478e4f89c2c21a5b4ab8610ef9b79467eca00975555bcc1af

Contents?: true

Size: 441 Bytes

Versions: 15

Compression:

Stored size: 441 Bytes

Contents

name: CI
on:
  pull_request:
    branches: [ master ]
permissions:
  contents: read
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Install
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '3.3.5'
          bundler-cache: true
      - name: RSpec
        run: bundle exec rspec
      - name: Rubocop
        run: bundle exec rubocop --parallel

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
lite-command-3.3.3 .github/workflows/ci.yml
lite-command-3.3.2 .github/workflows/ci.yml
lite-command-3.3.1 .github/workflows/ci.yml
lite-command-3.3.0 .github/workflows/ci.yml
lite-command-3.2.1 .github/workflows/ci.yml
lite-command-3.2.0 .github/workflows/ci.yml
lite-command-3.1.5 .github/workflows/ci.yml
lite-command-3.1.4 .github/workflows/ci.yml
lite-command-3.1.3 .github/workflows/ci.yml
lite-command-3.1.2 .github/workflows/ci.yml
lite-command-3.1.1 .github/workflows/ci.yml
lite-command-3.1.0 .github/workflows/ci.yml
lite-command-3.0.1 .github/workflows/ci.yml
lite-command-3.0.0 .github/workflows/ci.yml
lite-command-2.1.3 .github/workflows/ci.yml