Skip to content

Commit

Permalink
Temporarily exclude Rubocop from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akodkod committed Jun 10, 2024
1 parent 055a86d commit 1484a89
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: CI
on: push

jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2

- name: Rubocop
uses: andrewmcodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# rubocop:
# name: Rubocop
# runs-on: ubuntu-latest
# steps:
# - name: Git Checkout
# uses: actions/checkout@v2
#
# - name: Rubocop
# uses: andrewmcodes/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

rspec:
name: RSpec
Expand Down

0 comments on commit 1484a89

Please sign in to comment.