Skip to content

Enable more UBSan checks #2053

Enable more UBSan checks

Enable more UBSan checks #2053

Workflow file for this run

---
name: Super-Linter
# Run this workflow every time a new commit pushed to your repository
on: push
permissions: { }
jobs:
super-lint:
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: Run Super-Linter
uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ANSIBLE: false