WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Update svenstaro/upload-release-action action to v2.11.3 #76

Update svenstaro/upload-release-action action to v2.11.3

Update svenstaro/upload-release-action action to v2.11.3 #76

Workflow file for this run

name: Pull & push actions
on:
pull_request:
push:
branches:
- master
- dev
paths-ignore:
- '.github/workflows/**'
jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/[email protected]"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
style:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
name: Check style formatting
steps:
- uses: "actions/[email protected]"
- uses: "actions/[email protected]"
with:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .