diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02c..9d8f2d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/readme-checker.yml b/.github/workflows/readme-checker.yml index b2f7d31..5be0c29 100644 --- a/.github/workflows/readme-checker.yml +++ b/.github/workflows/readme-checker.yml @@ -1,16 +1,13 @@ 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 2a038a7..f0de7f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,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: v0.10.0.1 @@ -25,7 +24,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: 2.1.1 @@ -36,31 +34,26 @@ repos: entry: bashate # Specify the entry point for the hook language: python # Language used to run the hook types: [shell] # Types of files this hook applies to - - 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: 0.28.6 hooks: - id: check-github-workflows args: ['--verbose'] - - repo: https://github.com/rhysd/actionlint rev: '' hooks: - id: actionlint - id: actionlint-docker - id: actionlint-system - - repo: https://github.com/google/yamlfmt rev: '' hooks: - id: yamlfmt - - repo: https://github.com/adrienverge/yamllint rev: '' hooks: