mirror of
https://github.com/junkfix/config-editor.git
synced 2026-05-21 12:14:49 +02:00
Delete main.yml
This commit is contained in:
parent
ef5e630c60
commit
90a8348d8a
29
.github/workflows/main.yml
vendored
29
.github/workflows/main.yml
vendored
|
|
@ -1,29 +0,0 @@
|
|||
name: Validate with hassfest
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
env:
|
||||
DEFAULT_PYTHON: 3.8
|
||||
jobs:
|
||||
hacs:
|
||||
runs-on: ubuntu-latest
|
||||
name: HACS
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: "actions/checkout@v2.4.0"
|
||||
|
||||
- name: HACS validation
|
||||
uses: "hacs/action@21.11.0"
|
||||
with:
|
||||
category: "integration"
|
||||
|
||||
hassfest:
|
||||
runs-on: ubuntu-latest
|
||||
name: Hassfest
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: "actions/checkout@v2.4.0"
|
||||
|
||||
- name: Hassfest validation
|
||||
uses: "home-assistant/actions/hassfest@master"
|
||||
Loading…
Reference in a new issue