dev-actions #1
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
|
# 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.
|
Utilitaire qui permet de contrôler un ordinateur sur Linux via Home Assistant.
|
||||||
|
|
Loading…
Add table
Reference in a new issue