Skip to content

Commit 00c1028

Browse files
committed
run lint
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent fab8988 commit 00c1028

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ end_of_line = lf
1010
max_line_length = 160
1111

1212
[{README.md,.github/{workflows,ISSUE_TEMPLATE}/*.yaml}]
13-
max_line_length = 200
13+
max_line_length = 200

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
VALIDATE_ALL_CODEBASE: true
7676
VALIDATE_BIOME_FORMAT: false
7777
VALIDATE_BIOME_LINT: false
78-
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
7978
VALIDATE_JAVASCRIPT_ES: false
8079
VALIDATE_JSCPD: false
8180
VALIDATE_TYPESCRIPT_ES: false

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: renovate hooks
22

3+
permissions: {}
4+
35
on:
46
pull_request:
57
branches:
@@ -13,6 +15,8 @@ jobs:
1315
renovate-post-run:
1416
name: Renovate Post Upgrade Hook
1517
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
1620
if: github.repository_owner == 'jkroepke' && (github.actor == 'renovate[bot]' || github.actor == 'mend[bot]')
1721
steps:
1822
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -104,8 +108,8 @@ jobs:
104108
105109
# Call GitHub API
106110
curl https://api.github.com/graphql -f \
107-
-sSf -H "Authorization: Bearer $GITHUB_TOKEN" \
108-
--data "@$JSON_PAYLOAD_FILE"
111+
-sSf -H "Authorization: Bearer $GITHUB_TOKEN" \
112+
--data "@$JSON_PAYLOAD_FILE"
109113
110114
# Clean up temporary files
111115
rm "$FILE_CHANGES_JSON_FILE" "$JSON_PAYLOAD_FILE"

0 commit comments

Comments
 (0)