Skip to content

Commit 1b4aecc

Browse files
chore(copier): update from template (#88)
Co-authored-by: liblaf-copier[bot] <271773752+liblaf-copier[bot]@users.noreply.github.com>
1 parent bcdc0c1 commit 1b4aecc

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is @generated by <https://github.com/liblaf/copier-release>.
22
# DO NOT EDIT!
3-
_commit: v0.2.5
3+
_commit: v0.2.6
44
_src_path: gh:liblaf/copier-release

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

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-shared>.
22
# DO NOT EDIT!
3-
_commit: v0.2.7
3+
_commit: v0.2.8
44
_src_path: gh:liblaf/copier-share
55
author_email: 30631553+liblaf@users.noreply.github.com
66
author_name: liblaf

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Install git-cliff
35-
uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2
35+
uses: taiki-e/install-action@6ef672efc2b5aabc787a9e94baf4989aa02a97df # v2
3636
with:
3737
tool: git-cliff
3838
- id: version
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
fetch-depth: 0
6969
- name: Install git-cliff
70-
uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2
70+
uses: taiki-e/install-action@6ef672efc2b5aabc787a9e94baf4989aa02a97df # v2
7171
with:
7272
tool: git-cliff
7373
- name: Generate changelog

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ci:
1717
# package, and the `additional_dependencies` configuration option is not
1818
# supported in the CI environment.
1919
- biome-check
20-
# Skip dotenv-linter in CI because pre-commit.ci does not support
21-
# Docker-based hooks.
22-
- dotenv-linter
2320

2421
repos:
2522
- repo: https://github.com/astral-sh/ruff-pre-commit
@@ -34,10 +31,6 @@ repos:
3431
hooks:
3532
- id: biome-check
3633
exclude: \.jsonc?$
37-
- repo: https://github.com/dotenv-linter/dotenv-linter
38-
rev: v4.0.0
39-
hooks:
40-
- id: dotenv-linter
4134
- repo: https://github.com/pre-commit/pre-commit-hooks
4235
rev: v6.0.0
4336
hooks:

0 commit comments

Comments
 (0)