Skip to content

Commit

Permalink
Test permissions #4
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBrassoud committed Mar 7, 2024
1 parent 426eef2 commit d11ddb3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ on:
pull_request:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI

permissions:
contents: write
pull-requests: write

jobs:
clone:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

lint:
needs: clone
permissions:
contents: write
pull-requests: write

runs-on: ubuntu-latest
steps:
# - name: arduino-lint
# uses: arduino/arduino-lint-action@v1
# with:
Expand Down

0 comments on commit d11ddb3

Please sign in to comment.