Skip to content

Commit 873e1a5

Browse files
authored
chore(copier): update from template
1 parent 5ef2500 commit 873e1a5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.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-share
76
author_email: 30631553+liblaf@users.noreply.github.com
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

0 commit comments

Comments
 (0)