Skip to content

Commit

Permalink
Dogfood the action to tests it
Browse files Browse the repository at this point in the history
  • Loading branch information
baelter authored and dbackeus committed Nov 6, 2023
1 parent 97c1001 commit d6bcab0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rubocop

on: pull_request

permissions:
contents: read
pull-requests: write

jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: ./
with:
rubocop_args: --config .rubocop.yml
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2

0 comments on commit d6bcab0

Please sign in to comment.