fix pre-commit findings; added yamllint
This commit is contained in:
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Docker
|
name: Docker
|
||||||
|
|
||||||
# This workflow uses actions that are not certified by GitHub.
|
# This workflow uses actions that are not certified by GitHub.
|
||||||
@@ -7,11 +8,11 @@ name: Docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: ["main"]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
tags: [ 'v*.*.*' ]
|
tags: ['v*.*.*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: ["main"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: "HCPY"
|
name: "HCPY"
|
||||||
description: "Run HCPY as addon"
|
description: "Run HCPY as addon"
|
||||||
version: "v1.0.5"
|
version: "v1.0.5"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: HCPY
|
name: HCPY
|
||||||
url: https://github.com/hcpy2-0/hcpy
|
url: https://github.com/hcpy2-0/hcpy
|
||||||
maintainer: pmagyar, Meatballs1
|
maintainer: pmagyar, Meatballs1
|
||||||
|
|||||||
Reference in New Issue
Block a user