fix pre-commit findings; added yamllint

This commit is contained in:
p_magyar
2024-04-16 19:20:47 +02:00
parent 4353c83551
commit 70bd353c25
4 changed files with 13 additions and 7 deletions

View File

@@ -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

3
.yamllint Normal file
View File

@@ -0,0 +1,3 @@
---
rules:
line-length: disable

View File

@@ -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"

View File

@@ -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