Skip to content

Commit

Permalink
Update copier template to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
quant-ranger[bot] authored Feb 1, 2024
1 parent 996f33b commit bf7e9fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
_commit: v0.1.4
_commit: v0.1.5
_src_path: git@github.com:quantco/copier-template-pre-commit-mirrors
conda_package: shellcheck
description: A static analysis tool for shell scripts
entry: shellcheck
tool: shellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
echo "new-version=$new_version" >> $GITHUB_OUTPUT
fi
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
if: steps.versions.outputs.pkgname
with:
commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shellcheck mirror
# shellcheck pre-commit hook

Mirror of shellcheck for pre-commit with conda as a language.
pre-commit hook of shellcheck with conda as a `language` / package manager.

For pre-commit: see [here](https://github.com/pre-commit/pre-commit)

Expand Down
5 changes: 5 additions & 0 deletions environment.yml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
channels:
- conda-forge
- nodefaults
dependencies:
- shellcheck=TOOL_VERSION

0 comments on commit bf7e9fb

Please sign in to comment.