Skip to content

chore: make linters happy #436

chore: make linters happy

chore: make linters happy #436

Workflow file for this run

name: Lint Docs and Non-Go Code
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter/slim@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}