Skip to content

ci: remove GITHUB_TOKEN from linter workflow #174

ci: remove GITHUB_TOKEN from linter workflow

ci: remove GITHUB_TOKEN from linter workflow #174

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches: [ '*' ]
jobs:
test-lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: checkout source
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v5
env:
LINTER_RULES_PATH: extras
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# disabling go test as its auto generated code
VALIDATE_GO: false
# disabling linting process of the natural language
VALIDATE_NATURAL_LANGUAGE: false
MARKDOWN_CONFIG_FILE: .markdownlint.json