Skip to content

Commit 430e0b3

Browse files
committed
ci(lint): use super-linter
Replace all other linters with super-linter
1 parent 0230503 commit 430e0b3

File tree

4 files changed

+18
-53
lines changed

4 files changed

+18
-53
lines changed

Diff for: .github/workflows/eclint.yml

-14
This file was deleted.

Diff for: .github/workflows/linter.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lint
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
build:
7+
name: Lint
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout Code
12+
uses: actions/checkout@v2
13+
14+
- name: Lint Code Base
15+
uses: github/super-linter@v3
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
FILTER_REGEX_EXCLUDE: .*.template

Diff for: .github/workflows/markdown-link-check.yml

-19
This file was deleted.

Diff for: .github/workflows/shfmt.yml

-20
This file was deleted.

0 commit comments

Comments
 (0)