-
-
Notifications
You must be signed in to change notification settings - Fork 49.5k
Closed
Description
Hey there, i found great linter for all your code, made by github. Super linter can be linked to a repo like a github action. Here is simple configuration, including all languages, for specific languages refer to configuration flags:
name: Lint Code Base
on:
push:
branches-ignore:
- 'branch_name_to_ignore
jobs:
linter:
runs-on: ubuntu-latest
steps:
# switch to currentbranch
- uses: actions/checkout@v2
# Вызов Super Linter
- uses: docker://github/super-linter:v2.1.0
Metadata
Metadata
Assignees
Labels
No labels