Skip to content

Commit f0eca01

Browse files
authored
chore(copier): update from template
1 parent f15c75b commit f0eca01

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# -*- mode: yaml -*-
1+
22
# This file is @generated by <https://github.com/liblaf/copier-shared>.
33
# DO NOT EDIT!
44
# prettier-ignore
5-
_commit: d919b4e
5+
_commit: 8cbd268
66
_src_path: gh:liblaf/copier-share
77
author_email: 30631553+liblaf@users.noreply.github.com
88
author_name: liblaf
9-
copyright_holder: liblaf
109
github_repo: copier-python
1110
github_user: liblaf
1211
license: MIT

.github/workflows/mega-linter.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ run-name: ${{ github.workflow }} @ ${{ github.ref }}
1111
on:
1212
push:
1313
branches-ignore:
14-
- assets
15-
- dist
14+
- assets**
15+
- dist**
1616
- gh-pages
1717
pull_request:
1818
workflow_dispatch:
@@ -75,6 +75,11 @@ jobs:
7575
- if: success() || failure()
7676
name: Add Job Summary
7777
run: cat 'megalinter-reports/megalinter-report.md' >> "$GITHUB_STEP_SUMMARY"
78+
- if: success() || failure()
79+
name: Remove MegaLinter Reports
80+
run: |-
81+
rm --force mega-linter.log
82+
rm --force --recursive 'megalinter-reports/'
7883
- if: github.ref == 'refs/heads/main' && steps.lint.outputs.has-updated-sources > 0
7984
name: Create PR with Applied Fixes
8085
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)