Skip to content

Commit

Permalink
Revert mdl linter on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Mar 12, 2021
1 parent 0f8e3a5 commit cc8cf0f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,20 @@ on:
# Set the Job #
###############
jobs:

build:
# Name the Job
name: Lint Code Base
mdl:
name: mdl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install mdl gem
run: gem install mdl
- name: Run mdl
run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- .
super-lint:
# Set the agent to run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit cc8cf0f

Please sign in to comment.