Skip to content

Commit 71eaa96

Browse files
committed
Style changes.
1 parent 040e8d0 commit 71eaa96

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/check-for-new-releases.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
- .github/workflows/check-for-new-releases.yml
1010
- check-releases.sh
1111

12-
name: Check for new releases of dependencies
1312
permissions:
1413
contents: read
14+
15+
name: Check for new releases of dependencies
1516
jobs:
1617
dependency-releases:
1718
name: Check for new releases

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
paths:
99
- .github/workflows/codeql-analysis.yml
1010

11-
name: Codeql analysis
1211
permissions:
1312
contents: read
1413
security-events: write
14+
15+
name: Codeql analysis
1516
jobs:
1617
actions:
1718
name: CodeQL analysis (GitHub Actions)

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
branches:
55
- main
66

7-
name: Create release
87
permissions:
98
contents: read
9+
10+
name: Create release
1011
jobs:
1112

1213
build-linux:

0 commit comments

Comments
 (0)