Skip to content

Commit

Permalink
feat(github): add linter in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Jun 25, 2020
1 parent 345547c commit 38ab86a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lint
on:
push:

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint code base
uses: docker://github/super-linter:v2.1.0
env:
VALIDATE_ALL_CODEBASE: false

0 comments on commit 38ab86a

Please sign in to comment.