Skip to content

feat: updated docs and added linting wf for repo content #1

feat: updated docs and added linting wf for repo content

feat: updated docs and added linting wf for repo content #1

name: YAML Workflow Formatting
on:
pull_request:
branches: [main]
jobs:
Formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Formatting
uses: super-linter/super-linter@v8
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_YAML_PRETTIER: true