Skip to content

Commit 1e5dfc6

Browse files
chore(copier): update from template
1 parent 587b5d5 commit 1e5dfc6

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
# This file is @generated by <https://github.com/liblaf/copier-python>.
32
# DO NOT EDIT!
43
# prettier-ignore
5-
_commit: f0eca01
4+
_commit: 873e1a5
65
_src_path: gh:liblaf/copier-python
76
answers_file_shared: .config/copier/.copier-answers.shared.yaml
87
namespace: ''
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
# This file is @generated by <https://github.com/liblaf/copier-release>.
32
# DO NOT EDIT!
43
# prettier-ignore
5-
_commit: 567edd8
4+
_commit: 9be6585
65
_src_path: gh:liblaf/copier-release
76
release_type: python

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
# This file is @generated by <https://github.com/liblaf/copier-shared>.
32
# DO NOT EDIT!
43
# prettier-ignore
5-
_commit: 8cbd268
4+
_commit: ea66e53
65
_src_path: gh:liblaf/copier-shared
76
author_email: [email protected]
87
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +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: |-
81-
rm --force mega-linter.log
82-
rm --force --recursive 'megalinter-reports/'
80+
run: >-
81+
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports/'
8382
- if: github.ref == 'refs/heads/main' && steps.lint.outputs.has-updated-sources > 0
8483
name: Create PR with Applied Fixes
8584
uses: peter-evans/create-pull-request@v7

.readthedocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# yaml-language-server: $schema=https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.json
32
# This file is @generated by <https://github.com/liblaf/copier-python>.
43
# DO NOT EDIT!

0 commit comments

Comments
 (0)