Skip to content

Commit 0c251c4

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

File tree

4 files changed

+17
-53
lines changed

4 files changed

+17
-53
lines changed

.github/workflows/eclint.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/linter.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 }}

.github/workflows/markdown-link-check.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/shfmt.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)