1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-10 00:49:17 +00:00

Prettify yaml (2/2) ()

This commit is contained in:
epenet 2022-03-30 10:39:30 +02:00 committed by GitHub
parent e362871499
commit 0dcaa6422d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
.github/workflows

@ -11,11 +11,11 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
full: full:
description: 'Full run (regardless of changes)' description: "Full run (regardless of changes)"
default: false default: false
type: boolean type: boolean
lint-only: lint-only:
description: 'Skip pytest' description: "Skip pytest"
default: false default: false
type: boolean type: boolean

@ -99,7 +99,7 @@ jobs:
pip: "Cython;numpy" pip: "Cython;numpy"
skip-binary: aiohttp skip-binary: aiohttp
constraints: "homeassistant/package_constraints.txt" constraints: "homeassistant/package_constraints.txt"
requirements-diff: 'requirements_diff.txt' requirements-diff: "requirements_diff.txt"
requirements: "requirements.txt" requirements: "requirements.txt"
integrations: integrations:
@ -163,5 +163,5 @@ jobs:
pip: "Cython;numpy;scikit-build" pip: "Cython;numpy;scikit-build"
skip-binary: aiohttp,grpcio skip-binary: aiohttp,grpcio
constraints: "homeassistant/package_constraints.txt" constraints: "homeassistant/package_constraints.txt"
requirements-diff: 'requirements_diff.txt' requirements-diff: "requirements_diff.txt"
requirements: "requirements_all.txt" requirements: "requirements_all.txt"