Delete lint.yml

This commit is contained in:
R
2023-02-04 14:36:33 +01:00
committed by GitHub
parent 76a495edad
commit 7137367644
-26
View File
@@ -1,26 +0,0 @@
name: Lint Code Base
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint
uses: megalinter/megalinter/flavors/documentation@v5.13.0
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
GITHUB_STATUS_REPORTER: ${{ !env.ACT }}
GITHUB_COMMENT_REPORTER: ${{ !env.ACT }}