Skip to content

Bump braces from 3.0.2 to 3.0.3 #45

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #45

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Run Super-Linter
uses: super-linter/super-linter/slim@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
BASH_SEVERITY: error
MARKDOWN_CONFIG_FILE: .markdownlint.json
LINTER_RULES_PATH: .