Skip to content

Upgrade super-linter to version 6.3.0 #104

Upgrade super-linter to version 6.3.0

Upgrade super-linter to version 6.3.0 #104

Workflow file for this run

---
name: linters
on:
workflow_call:
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO: false