Skip to content

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #32

Bump super-linter/super-linter from 7.2.0 to 7.2.1

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #32

Workflow file for this run

# For more information, see:
# https://github.com/github/super-linter
---
name: Lint Code Base
on:
- push
- pull_request
permissions: {}
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v7.2.1
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Enable write
prettier_options: --write
VALIDATE_CLANG_FORMAT: false
VALIDATE_CPP: false