Skip to content

Github Super Linter From Github itself.  #2153

@xmichael446

Description

@xmichael446

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions