Skip to content

chore(deps): update actions/checkout action to v4 #142

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #142

Workflow file for this run

name: Lint codebase
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: github/super-linter/slim@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
FILTER_REGEX_EXCLUDE: .*/main.json # Exclude ARM templates generated from Bicep templates
MARKDOWN_CONFIG_FILE: .markdownlint.yml