Skip to content

Commit

Permalink
Merge pull request #2399 from meganindya/master
Browse files Browse the repository at this point in the history
Configure GitHub Super-linter
  • Loading branch information
meganindya committed Jul 10, 2020
2 parents 1ef191c + 65c49ce commit a94b45e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/linter.yml
@@ -0,0 +1,22 @@
name: Linter

# Triggers the workflow on push or pull request events only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
# Checks-out repository under $GITHUB_WORKSPACE, so job can access it
- uses: actions/checkout@v2

# Runs the linter
- name: Super-Linter
uses: docker://github/super-linter:v3.3.0
env:
VALIDATE_ALL_CODEBASE: false

0 comments on commit a94b45e

Please sign in to comment.