Skip to content

Commit

Permalink
ci(lint): use super-linter
Browse files Browse the repository at this point in the history
Replace all other linters with super-linter
  • Loading branch information
ttshivers committed Oct 19, 2020
1 parent 0230503 commit 430e0b3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 53 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/eclint.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/linter.yml
@@ -0,0 +1,18 @@
name: Lint
on:
pull_request:

jobs:
build:
name: Lint
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Lint Code Base
uses: github/super-linter@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*.template
19 changes: 0 additions & 19 deletions .github/workflows/markdown-link-check.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/shfmt.yml

This file was deleted.

0 comments on commit 430e0b3

Please sign in to comment.