Sha256: f2c4fc15a5b6090064553d92a88faabc9cd70109bfacf2c5bd1d84873e81c815

Contents?: true

Size: 364 Bytes

Versions: 6

Compression:

Stored size: 364 Bytes

Contents

name: Lint with RuboCop
on:
  push:
jobs:
  rubocop:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.0.0
      - name: Install gems
        run: |
          bundle install
      - name: Run rubocop
        run: |
          rake lint

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
discorb-0.20.0 .github/workflows/lint-push.yml
discorb-0.19.0 .github/workflows/lint-push.yml
discorb-0.18.1 .github/workflows/lint-push.yml
discorb-0.18.0 .github/workflows/lint-push.yml
discorb-0.17.1 .github/workflows/lint-push.yml
discorb-0.17.0 .github/workflows/lint-push.yml