Skip to content

Commit

Permalink
Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Jan 2, 2025
1 parent 6e4a721 commit fcdf744
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Lint
on: [pull_request]
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
lint:
name: Rubocop
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit fcdf744

Please sign in to comment.