Skip to content

Commit

Permalink
Added build workflow and sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 16, 2024
1 parent b44facb commit 856790d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
pull_request:
types: [opened, synchronize, reopened]

permissions:
pull-requests: read
jobs:
permissions:
pull-requests: read
build:
name: Build and Analysis
runs-on: ubuntu-latest
Expand Down

0 comments on commit 856790d

Please sign in to comment.