Skip to content

Commit 3039101

Browse files
authored
chore(copier): update from template (#35)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent c122195 commit 3039101

5 files changed

Lines changed: 12 additions & 17 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
release_type: simple

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,14 @@ name: MegaLinter
88

99
on:
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

1916
env:
2017
FORCE_COLOR: 1
2118

22-
concurrency:
23-
group: ${{ github.workflow }} @ ${{ github.ref }}
24-
cancel-in-progress: true
25-
2619
jobs:
2720
mega-linter:
2821
name: MegaLinter
@@ -40,7 +33,9 @@ jobs:
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

.github/workflows/release-please.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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 }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ci:
1919

2020
repos:
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?$

0 commit comments

Comments
 (0)