tweaking for k8smastery (#44)

* tweaking for k8smastery

* linting tweaks
This commit is contained in:
Bret Fisher
2022-01-15 16:41:53 -05:00
committed by GitHub
parent 25fe15f766
commit 003c66d19e
7 changed files with 10 additions and 30 deletions

View File

@@ -4,4 +4,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

3
.github/linters/.markdown-lint.yml vendored Normal file
View File

@@ -0,0 +1,3 @@
# MD013/line-length - Line length
MD013:
code_blocks: false

View File

@@ -1,12 +0,0 @@
name: Automated Build
on:
push:
branches:
- main
jobs:
automated-build:
uses: jpetazzo/workflows/.github/workflows/automated-build.yaml@main
secrets:
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}