disable linter

disable linter  as there are issues with analyzing go
This commit is contained in:
Maidul Islam
2022-11-27 21:44:34 -05:00
committed by GitHub
parent 6722bd7bea
commit 5f670cd104

View File

@@ -1,23 +1,23 @@
name: Lint Code Base
# name: Lint Code Base
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
# on:
# push:
# branches-ignore: [main]
# pull_request:
# branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# jobs:
# build:
# name: Lint Code Base
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Code
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Lint Code Base
# uses: github/super-linter@v4
# env:
# VALIDATE_ALL_CODEBASE: false
# DEFAULT_BRANCH: main
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}