Skip to content

Commit

Permalink
Remove unneeded lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 28, 2024
1 parent a843f6a commit 04af47e
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,6 @@ env:
BUNDLE_PATH: vendor/bundle

jobs:
# lint:
# name: Code Style
# runs-on: ubuntu-22.04
# if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
# strategy:
# matrix:
# ruby:
# - '2.7'
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: ${{ matrix.ruby }}
# bundler-cache: true
# - name: Rubocop Cache
# uses: actions/cache@v3
# with:
# path: ~/.cache/rubocop_cache
# key: ${{ runner.os }}-rubocop-${{ hashFiles('.rubocop.yml') }}
# restore-keys: |
# ${{ runner.os }}-rubocop-
# - name: Rubocop
# run: bundle exec rubocop
test:
name: Tests
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 04af47e

Please sign in to comment.