Skip to content

Commit 48d92c8

Browse files
chore(copier): update from template
1 parent 1e5dfc6 commit 48d92c8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.config/copier/.copier-answers.python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-python>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: 873e1a5
4+
_commit: 1ddb1a6
55
_src_path: gh:liblaf/copier-python
66
answers_file_shared: .config/copier/.copier-answers.shared.yaml
77
namespace: ''

.config/copier/.copier-answers.shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: ea66e53
4+
_commit: dd7d24f
55
_src_path: gh:liblaf/copier-shared
66
author_email: [email protected]
77
author_name: liblaf

.config/linters/pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"reportIncompatibleMethodOverride": "warning",
88
"reportIncompatibleVariableOverride": "warning",
99
"reportPrivateImportUsage": "none",
10-
"reportRedeclaration": "none",
10+
"reportRedeclaration": "none"
1111
}

.github/workflows/mega-linter.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
run: cat 'megalinter-reports/megalinter-report.md' >> "$GITHUB_STEP_SUMMARY"
7878
- if: success() || failure()
7979
name: Remove MegaLinter Reports
80-
run: >-
80+
run: |-
81+
cp --archive --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md'
8182
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports/'
8283
- if: github.ref == 'refs/heads/main' && steps.lint.outputs.has-updated-sources > 0
8384
name: Create PR with Applied Fixes
@@ -90,7 +91,7 @@ jobs:
9091
branch: mega-linter-fix/${{ github.ref_name }}
9192
sign-commits: true
9293
title: "chore(mega-linter): apply linters automatic fixes"
93-
body-path: megalinter-reports/megalinter-report.md
94+
body-path: ${{ runner.temp }}/megalinter-report.md
9495
labels: automerge
9596
assignees: ${{ github.repository_owner }}
9697
reviewers: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)