Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and gvatsal60 committed Jul 3, 2024
1 parent a950fa3 commit c8fa741
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 29 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml → .github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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:
Expand Down
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ 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: ""
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: ""
Expand All @@ -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/[email protected]"]

- 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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c8fa741

Please sign in to comment.