Compare commits
5 commits
c506486a32
...
f39ddc9f4e
Author | SHA1 | Date | |
---|---|---|---|
f39ddc9f4e | |||
92c42a545b | |||
c281390dbd | |||
345c2809fa | |||
f888549854 |
2 changed files with 16 additions and 0 deletions
14
.forgejo/workflows/pre-commit.yaml
Normal file
14
.forgejo/workflows/pre-commit.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: pre-commit
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Pre-commit
|
||||
run: pre-commit run --show-diff-on-failure --color=always --all-files
|
|
@ -1,5 +1,7 @@
|
|||
# HassPy
|
||||
|
||||
[](https://git.edgarpierre.fr/edpibu/hasspy/actions?workflow=pre-commit.yaml)
|
||||
|
||||

|
||||
|
||||
Utilitaire qui permet de contrôler un ordinateur sur Linux via Home Assistant.
|
||||
|
|
Loading…
Add table
Reference in a new issue