Skip to content

GH actions added and super-linter badge added to readme #1

GH actions added and super-linter badge added to readme

GH actions added and super-linter badge added to readme #1

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-code-base:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}