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

-14
This file was deleted.

.github/workflows/linter.yml

+17
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

-19
This file was deleted.

.github/workflows/shfmt.yml

-20
This file was deleted.

0 commit comments

Comments
 (0)