Skip to content

Commit

Permalink
run rubocop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed Dec 16, 2023
1 parent f7e611e commit b5bf25c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on: push

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Linter
run: bundle exec rubocop

0 comments on commit b5bf25c

Please sign in to comment.