Skip to content

Commit

Permalink
Fix minor lint issues after Linter update
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hockmann <[email protected]>
  • Loading branch information
FlorianHockmann committed Sep 4, 2024
1 parent 37c9eee commit 64dc89c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ name: .NET
on:
push:
branches-ignore:
- 'dependabot/**'
- "dependabot/**"
pull_request:
release:
types:
- published

permissions: { }
permissions: {}

env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
name: License Validation

on:
pull_request: { }
pull_request: {}

permissions: { }
permissions: {}

jobs:
weasel:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
name: Linter

on:
pull_request: { }
push: { }
pull_request: {}
push: {}

permissions: { }
permissions: {}

jobs:
check:
Expand Down

0 comments on commit 64dc89c

Please sign in to comment.