Skip to content

Merge pull request #110 from Valentin-Kaiser/850adependabot/github_ac… #329

Merge pull request #110 from Valentin-Kaiser/850adependabot/github_ac…

Merge pull request #110 from Valentin-Kaiser/850adependabot/github_ac… #329

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/slim@v6
env:
VALIDATE_GO: true
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}