Skip to content

Bump C++ dialect version to C++20 #2271

Bump C++ dialect version to C++20

Bump C++ dialect version to C++20 #2271

Workflow file for this run

---
name: Super-Linter
on:
push:
branches:
- master
pull_request:
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