Skip to content

Commit

Permalink
Update lexi-lint.yml (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 11, 2023
1 parent 8f9be8a commit e9143ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lexi-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }}
name: Report readability
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -21,4 +20,4 @@ jobs:
- uses: npentrel/[email protected]
with:
github-token: ${{ secrets.PR_TOKEN }}
glob: '**/*.md'
glob: '**/*.md'

0 comments on commit e9143ca

Please sign in to comment.