mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-23 18:02:49 +00:00
tweaking for k8smastery (#44)
* tweaking for k8smastery * linting tweaks
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -4,4 +4,4 @@ updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
|
||||
3
.github/linters/.markdown-lint.yml
vendored
Normal file
3
.github/linters/.markdown-lint.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# MD013/line-length - Line length
|
||||
MD013:
|
||||
code_blocks: false
|
||||
12
.github/workflows/automated-build.yaml
vendored
12
.github/workflows/automated-build.yaml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user