Skip to content

Merge pull request #597 from laurynas-biveinis/msvc-17.12 #2054

Merge pull request #597 from laurynas-biveinis/msvc-17.12

Merge pull request #597 from laurynas-biveinis/msvc-17.12 #2054

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