Skip to content

Commit

Permalink
chore: Cleanup uncommited files
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Mar 17, 2024
1 parent 8156090 commit 9ea5066
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
15 changes: 9 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
version: 2
updates:
# Check for updates to GitHub Actions every week
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Check for updates to GitHub Actions every week
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Validate documentation
on:
pull_request:
branches:
Expand All @@ -17,7 +17,7 @@ jobs:
- run: pip install -r requirements.txt
- run: pre-commit install
- run: pre-commit run --all-files
- name: git diff
- name: git diff - to check for pre-commit errors
if: always()
run: git diff

Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repos:
args: [--branch, main]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
exclude: "common/letsencrypt/README.md"
hooks:
- id: mdformat
additional_dependencies:
Expand Down

0 comments on commit 9ea5066

Please sign in to comment.