Skip to content

Commit

Permalink
disable linter
Browse files Browse the repository at this point in the history
disable linter  as there are issues with analyzing go
  • Loading branch information
maidul98 authored Nov 28, 2022
1 parent 6722bd7 commit 5f670cd
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 5f670cd

Please sign in to comment.