Skip to content

Update valgrind.yml #30

Update valgrind.yml

Update valgrind.yml #30

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push: null
permissions:
contents: read # This is sufficient for read access.
statuses: write # This is needed to update status checks.
jobs:
build:
name: Lint
runs-on: ubuntu-latest
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.1.0
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_ERRORS: true
VALIDATE_ALL_CODEBASE: false