File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
77author_email : 30631553+liblaf@users.noreply.github.com
88author_name : liblaf
9- copyright_holder : liblaf
109github_repo : copier-python
1110github_user : liblaf
1211license : MIT
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ run-name: ${{ github.workflow }} @ ${{ github.ref }}
1111on :
1212 push :
1313 branches-ignore :
14- - assets
15- - dist
14+ - assets**
15+ - dist**
1616 - gh-pages
1717 pull_request :
1818 workflow_dispatch :
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
You can’t perform that action at this time.
0 commit comments