Delete linter.yml

This commit is contained in:
Maidul Islam
2022-11-27 22:39:54 -05:00
committed by GitHub
parent 62c2be255d
commit e18a44f723

View File

@@ -1,23 +0,0 @@
# name: Lint Code Base
# 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 }}