Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into code_standard_demarcation_update_magento2
Browse files Browse the repository at this point in the history
  • Loading branch information
dobooth authored Feb 13, 2020
2 parents 426a3a1 + 6116b91 commit 72c7a50
Show file tree
Hide file tree
Showing 117 changed files with 30,622 additions and 58,294 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Markdown linting test

on:
pull_request:
branches:
- master
- 2.*-develop

jobs:
test:
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 -v '0.7.0'
- name: Run mdl
run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- .
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.6.5
2,764 changes: 1,873 additions & 891 deletions src/_data/codebase/mftf/action-groups.yml

Large diffs are not rendered by default.

1,270 changes: 1,219 additions & 51 deletions src/_data/codebase/mftf/functional-tests.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 72c7a50

Please sign in to comment.