I have the following GitHub action:
name: Rubocop on: push jobs: check: runs-on: ubuntu-latest steps: - name: Install Rubocop run: ge