From c8fa7413443c7586068f25135803c83cd9486849 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:44:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/{FUNDING.yml => FUNDING.yaml} | 1 - .github/dependabot.yaml | 7 +++++++ .github/dependabot.yml | 12 ------------ .../{readme-checker.yml => readme-checker.yaml} | 3 --- .pre-commit-config.yaml | 12 ------------ README.md | 2 +- 6 files changed, 8 insertions(+), 29 deletions(-) rename .github/{FUNDING.yml => FUNDING.yaml} (94%) create mode 100644 .github/dependabot.yaml delete mode 100644 .github/dependabot.yml rename .github/workflows/{readme-checker.yml => readme-checker.yaml} (99%) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yaml similarity index 94% rename from .github/FUNDING.yml rename to .github/FUNDING.yaml index 364355a..effdf9b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yaml @@ -1,4 +1,3 @@ -# These are supported funding model platforms --- github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..ef7482a --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 7cbc379..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for more information: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -# https://containers.dev/guide/dependabot ---- -version: 2 -updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly diff --git a/.github/workflows/readme-checker.yml b/.github/workflows/readme-checker.yaml similarity index 99% rename from .github/workflows/readme-checker.yml rename to .github/workflows/readme-checker.yaml index dd3cdeb..89f99c1 100644 --- a/.github/workflows/readme-checker.yml +++ b/.github/workflows/readme-checker.yaml @@ -1,17 +1,14 @@ --- name: markdown-lint - on: push: pull_request: - jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4 - - name: Markdown Lint uses: DavidAnson/markdownlint-cli2-action@v16 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4baced1..4d29655 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,6 @@ repos: - id: pretty-format-json - id: requirements-txt-fixer - id: trailing-whitespace - # ShellCheck hook for linting shell scripts - repo: https://github.com/shellcheck-py/shellcheck-py rev: "" @@ -26,7 +25,6 @@ repos: - id: shellcheck name: shellcheck description: This hook runs shellcheck for linting shell scripts - # Bashate hook for linting shell scripts - repo: https://github.com/openstack/bashate rev: "" @@ -37,29 +35,19 @@ repos: entry: bashate language: python types: [shell] - - - repo: https://github.com/biomejs/pre-commit - rev: "" - hooks: - - id: biome-check - additional_dependencies: ["@biomejs/biome@1.4.1"] - - repo: https://github.com/python-jsonschema/check-jsonschema rev: "" hooks: - id: check-github-workflows args: ["--verbose"] - - repo: https://github.com/rhysd/actionlint rev: "" hooks: - id: actionlint - - repo: https://github.com/google/yamlfmt rev: "" hooks: - id: yamlfmt - - repo: https://github.com/adrienverge/yamllint rev: "" hooks: diff --git a/README.md b/README.md index 1106bbb..e2e6831 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Project Template [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://img.shields.io/github/license/gvatsal60/project-template) -[![build status](https://github.com/gvatsal60/project-template/actions/workflows/readme-checker.yml/badge.svg)](https://github.com/gvatsal60/project-template/actions/workflows/readme-checker.yml) +[![build status](https://github.com/gvatsal60/project-template/actions/workflows/readme-checker.yml/badge.svg)](https://github.com/gvatsal60/project-template/actions/workflows/readme-checker.yaml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/gvatsal60/project-template/master.svg)](https://results.pre-commit.ci/latest/github/gvatsal60/project-template/HEAD) ![GitHub pull-requests](https://img.shields.io/github/issues-pr/gvatsal60/project-template) ![GitHub Issues](https://img.shields.io/github/issues/gvatsal60/project-template)