Skip to content

Commit

Permalink
try dis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Sep 22, 2024
1 parent cc3e148 commit 5a59a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
lint:
name: "Linter"
runs-on: ubuntu-latest
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
# permissions:
# contents: read # for actions/checkout to fetch code
# security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5a59a94

Please sign in to comment.