Skip to content

Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0 #33

Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0

Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0 #33

Workflow file for this run

name: CI
on:
push:
jobs:
black:
name: Python Code Format Check
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: "actions/checkout@main"
- name: Black Code Format Check
uses: lgeiger/black-action@master
with:
args: ". --check --fast --diff"
validate:
name: Check hassfest
runs-on: "ubuntu-latest"
steps:
- name: Check out code from GitHub
uses: "actions/checkout@main"
- name: Run hassfest
uses: home-assistant/actions/hassfest@master