Skip to content

Bump hassio-addons/repository-updater from 1.1.0 to 1.3.0 #55

Bump hassio-addons/repository-updater from 1.1.0 to 1.3.0

Bump hassio-addons/repository-updater from 1.1.0 to 1.3.0 #55

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on:
push:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
json:
name: JSON Lint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: 🚀 Run JQ
run: |
shopt -s globstar
cat **/*.json | jq '.'
yamllint:
name: YAMLLint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: 🚀 Run YAMLLint
uses: frenck/[email protected]