Skip to content

Commit

Permalink
feat: add check coverage permission
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jul 8, 2024
1 parent 8f66863 commit 7c7c4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2

0 comments on commit 7c7c4be

Please sign in to comment.