init commit

This commit is contained in:
Bret Fisher
2022-03-02 18:42:27 -05:00
parent e4cb26ffe4
commit a86aa94adb
7 changed files with 210 additions and 2 deletions

19
.github/workflows/linter.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
call-super-linter:
# use Reusable Workflows to call my linter config remotely
# https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
uses: bretfisher/super-linter-workflow/.github/workflows/super-linter.yaml@main
with:
# disable common code linters
devops-only: true
# prevent scanning a comma separated regex list
#filter-regex-exclude: .*compose-sample-3/html/.*