Skip to content

[FIX] super-linter version #339

[FIX] super-linter version

[FIX] super-linter version #339

Workflow file for this run

---
name: Linters
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter/[email protected]
env:
VALIDATE_GO: true
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}