Refactor again (#11)

This commit is contained in:
Ryan (hackercat)
2021-05-28 11:31:42 +00:00
committed by GitHub
parent da6b7b185b
commit 6ffb01cfd3
21 changed files with 461 additions and 236 deletions
+3 -1
View File
@@ -2,6 +2,8 @@ name: Lint Code Base
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
@@ -15,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint
uses: github/super-linter@v3
uses: nvuillam/mega-linter/flavors/documentation@v4
env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name != 'pull_request' }}
DEFAULT_BRANCH: master