Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Jul 3, 2024
1 parent 7b5e9cf commit a950fa3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
open_collective: # Replace with a single Open Collective username
Expand Down
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# 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
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
1 change: 1 addition & 0 deletions .github/workflows/readme-checker.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: markdown-lint

on:
Expand Down
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
MD013:
line_length: 200
29 changes: 14 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
repos:
# Built-in hook
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: ""
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -20,48 +21,46 @@ repos:

# ShellCheck hook for linting shell scripts
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
rev: ""
hooks:
- 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
rev: ""
hooks:
- id: bashate
name: bashate
description: This hook runs bashate for linting shell scripts
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
entry: bashate
language: python
types: [shell]

- repo: https://github.com/biomejs/pre-commit
rev: ''
rev: ""
hooks:
- id: biome-check
additional_dependencies: ['@biomejs/[email protected]']
additional_dependencies: ["@biomejs/[email protected]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: ""
hooks:
- id: check-github-workflows
args: ['--verbose']
args: ["--verbose"]

- repo: https://github.com/rhysd/actionlint
rev: ''
rev: ""
hooks:
- id: actionlint
- id: actionlint-docker
- id: actionlint-system

- repo: https://github.com/google/yamlfmt
rev: ''
rev: ""
hooks:
- id: yamlfmt

- repo: https://github.com/adrienverge/yamllint
rev: ''
rev: ""
hooks:
- id: yamllint

0 comments on commit a950fa3

Please sign in to comment.