Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #7208

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #7208

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
push:
branches:
- master
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
jsonschema:
name: JSON schema
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Critical
uses: cardinalby/[email protected]
with:
file: "critical"
schema: "tools/jsonschema/critical.schema.json"
- name: Repositories
uses: cardinalby/[email protected]
with:
file: "appdaemon|blacklist|integration|netdaemon|plugin|python_script|template|theme"
schema: "tools/jsonschema/repositories.schema.json"
- name: Removed
uses: cardinalby/[email protected]
with:
file: "removed"
schema: "tools/jsonschema/removed.schema.json"
sorted:
name: Sorted
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version-file: ".python-version"
- name: Check lists
run: python3 scripts/is_sorted.py