Skip to content

Commit

Permalink
Merge pull request #4 from reclaim-the-stack/dogfood
Browse files Browse the repository at this point in the history
Dogfood the action to tests it
  • Loading branch information
dbackeus authored Nov 6, 2023
2 parents 97c1001 + b0bf3f1 commit f1dfcb3
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_arguments: --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 f1dfcb3

Please sign in to comment.