From 475146b04f0c7a53f1c818cc8078df7055269847 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:17:11 -0700 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate (#33) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91af528..87b9f3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows args: ["--verbose"] From 6c0ee755c925cbc5e9a9e57700dff2545e3e0287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 17 Sep 2024 17:56:22 -0700 Subject: [PATCH 2/2] YML to YAML MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .github/workflows/{check.yml => check.yaml} | 0 .github/workflows/{release.yml => release.yaml} | 0 README.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{check.yml => check.yaml} (100%) rename .github/workflows/{release.yml => release.yaml} (100%) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yaml similarity index 100% rename from .github/workflows/check.yml rename to .github/workflows/check.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yaml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/release.yaml diff --git a/README.md b/README.md index e266e89..6e328ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PyVenvManage -[![Build](https://github.com/tox-dev/PyVenvManage/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/PyVenvManage/actions/workflows/check.yml) +[![Build](https://github.com/tox-dev/PyVenvManage/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/PyVenvManage/actions/workflows/check.yaml) [![Version](https://img.shields.io/jetbrains/plugin/v/20536)](https://plugins.jetbrains.com/plugin/20536/versions) [![Rating](https://img.shields.io/jetbrains/plugin/r/rating/20536)](https://plugins.jetbrains.com/plugin/20536) [![Downloads](https://img.shields.io/jetbrains/plugin/d/20536)](https://plugins.jetbrains.com/plugin/20536)