File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-release>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : v0.1.2
4+ _commit : v0.1.3
55_src_path : gh:liblaf/copier-release
66release_type : simple
Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-shared>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : v0.1.1
4+ _commit : v0.1.4
55_src_path : gh:liblaf/copier-share
66author_email : 30631553+liblaf@users.noreply.github.com
77author_name : liblaf
Original file line number Diff line number Diff line change @@ -8,21 +8,14 @@ name: MegaLinter
88
99on :
1010 push :
11- branches-ignore :
12- - copier-update
13- - mega-linter-fix/**
14- - pre-commit-ci-update-config
15- - release-please--branches**
11+ branches :
12+ - main
1613 pull_request :
1714 workflow_dispatch :
1815
1916env :
2017 FORCE_COLOR : 1
2118
22- concurrency :
23- group : ${{ github.workflow }} @ ${{ github.ref }}
24- cancel-in-progress : true
25-
2619jobs :
2720 mega-linter :
2821 name : MegaLinter
4033 app-id : ${{ vars.APP_ID }}
4134 private-key : ${{ secrets.PRIVATE_KEY }}
4235 - name : Checkout
43- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
37+ with :
38+ ref : ${{ github.head_ref || github.ref }}
4439 - id : lint
4540 name : MegaLinter
4641 uses : liblaf/actions/mega-linter@v1
Original file line number Diff line number Diff line change 3737 app-id : ${{ vars.APP_ID }}
3838 private-key : ${{ secrets.PRIVATE_KEY }}
3939 - name : Checkout
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 token : ${{ steps.auth.outputs.token }}
4343 - id : release-please
6767 app-id : ${{ vars.APP_ID }}
6868 private-key : ${{ secrets.PRIVATE_KEY }}
6969 - name : Checkout
70- uses : actions/checkout@v5
70+ uses : actions/checkout@v6
7171 with :
7272 ref : ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
7373 token : ${{ steps.auth.outputs.token }}
@@ -123,7 +123,7 @@ jobs:
123123 app-id: ${{ vars.APP_ID }}
124124 private-key: ${{ secrets.PRIVATE_KEY }}
125125 - name: Checkout
126- uses: actions/checkout@v5
126+ uses: actions/checkout@v6
127127 with:
128128 ref: ${{ needs.release-please.outputs.tag }}
129129 token: ${{ steps.auth.outputs.token }}
Original file line number Diff line number Diff line change 1919
2020repos :
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.14.2
22+ rev : v0.14.8
2323 hooks :
2424 - id : ruff-check
2525 args :
2626 - --fix
2727 - id : ruff-format
2828 - repo : https://github.com/biomejs/pre-commit
29- rev : v2.3.1
29+ rev : v2.3.8
3030 hooks :
3131 - id : biome-check
3232 exclude : \.jsonc?$
You can’t perform that action at this time.
0 commit comments