Skip to content

build(deps-dev): bump axe-core from 4.8.2 to 4.8.3 #20

build(deps-dev): bump axe-core from 4.8.2 to 4.8.3

build(deps-dev): bump axe-core from 4.8.2 to 4.8.3 #20

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_TYPESCRIPT_ES: true
VALIDATE_JSCPD: true
VALIDATE_GITLEAKS: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}