Skip to content

Commit

Permalink
Attempt to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rusko124 committed Jul 3, 2024
1 parent 4d1b20c commit 18cf73a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
lint:
name: Lint code base
runs-on: ubuntu-latest

permissions:
contents: 'read'
pull-requests: 'read'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 18cf73a

Please sign in to comment.