Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/akhmarov/f5_otp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Akhmarov authored and Vladimir Akhmarov committed Jun 23, 2020
2 parents 5bdf043 + 56f3921 commit 9b13494
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Lint Code Base

on:
push:
#branches-ignore:
# - 'master'

jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v2.2.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JAVASCRIPT_STANDARD: false

0 comments on commit 9b13494

Please sign in to comment.