Skip to content

build(deps): bump github/super-linter from 4.8.2 to 5.0.0 #106

build(deps): bump github/super-linter from 4.8.2 to 5.0.0

build(deps): bump github/super-linter from 4.8.2 to 5.0.0 #106

Workflow file for this run

---
name: Lint Code Base
on: ["push", "pull_request"]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: "bootstrap"
run: |
./script/bootstrap
- name: "lint"
run: |
./script/lint
- name: "super lint"
uses: github/[email protected]
env:
VALIDATE_GO: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}