Skip to content

Commit

Permalink
Merge branch 'main' into shepherdjerred-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred authored Feb 3, 2024
2 parents 82d7ee9 + 39f295a commit 950bde2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
on:
pull_request:
push:
branches: [main, test-me-*]
branches: [main]

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()
- run: pre-commit run --all-files
- uses: reviewdog/action-suggester@v1
with:
tool_name: pre-commit
3 changes: 0 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- Add secret to GH webhook:
https://argo-cd.readthedocs.io/en/stable/operator-manual/webhook/#2-configure-argo-cd-with-the-webhook-secret-optional
- invidious
- ArgoCD updater
- automatically add recurring backup job to new volumes
- backup esphome

0 comments on commit 950bde2

Please sign in to comment.