Skip to content

Commit

Permalink
add precommit update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Aug 6, 2024
1 parent 55abcc2 commit aaac594
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CI

on:
schedule:
# run daily
- cron: "0 0 * * *"

jobs:
shared-precommit-update:
uses: zigpy/workflows/.github/workflows/pre-commit-update.yml@main
with:
PYTHON_VERSION_DEFAULT: 3.12

0 comments on commit aaac594

Please sign in to comment.