Adds new integration [Athozs/hass-additional-ca] (#1922) #5098
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- appdaemon | |
- blacklist | |
- critical | |
- integration | |
- netdaemon | |
- plugin | |
- python_script | |
- removed | |
- template | |
- theme | |
push: | |
branches: | |
- master | |
paths: | |
- appdaemon | |
- blacklist | |
- critical | |
- integration | |
- netdaemon | |
- plugin | |
- python_script | |
- removed | |
- template | |
- theme | |
concurrency: | |
group: lint-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
jq: | |
name: JQ | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/[email protected] | |
- name: Validate | |
run: jq --raw-output . appdaemon blacklist critical integration netdaemon plugin python_script removed template theme | |
sorted: | |
name: Sorted | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/[email protected] | |
- name: Check lists | |
run: python3 scripts/is_sorted.py |