adding linter workflow

starting a journey down CI/CD
This commit is contained in:
bckelley
2024-09-09 14:51:35 -05:00
parent 6d02557f56
commit cd6830fa1b
+17
View File
@@ -0,0 +1,17 @@
name: Super-Linter
on: push
jobs:
super-linter:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Super-Linter
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}