prepare all syntax for linters and spellchecks
This commit is contained in:
parent
b932d218e3
commit
734c132500
13 changed files with 84 additions and 91 deletions
8
.github/workflows/container.yaml
vendored
8
.github/workflows/container.yaml
vendored
|
|
@ -1,12 +1,12 @@
|
|||
name: Build & Deploy Container
|
||||
|
||||
on:
|
||||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: ["main"]
|
||||
merge_group:
|
||||
types: [ "checks_requested" ]
|
||||
types: ["checks_requested"]
|
||||
|
||||
jobs:
|
||||
build-base:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue