Skip to content

Commit 3f1a828

Browse files
committed
ITKDev: Removed markdown check
1 parent 9621dc8 commit 3f1a828

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,3 @@ jobs:
8181
- name: PHPCS
8282
run: |
8383
composer coding-standards-check/phpcs
84-
85-
markdownlint:
86-
runs-on: ubuntu-latest
87-
name: markdownlint
88-
steps:
89-
- name: Checkout
90-
uses: actions/checkout@v2
91-
- name: Get yarn cache directory path
92-
id: yarn-cache-dir-path
93-
run: echo "::set-output name=dir::$(yarn cache dir)"
94-
- name: Cache yarn packages
95-
uses: actions/cache@v2
96-
id: yarn-cache
97-
with:
98-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
99-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
100-
restore-keys: |
101-
${{ runner.os }}-yarn-
102-
- name: Yarn install
103-
uses: actions/setup-node@v2
104-
with:
105-
node-version: '20'
106-
- run: yarn install
107-
- name: markdownlint
108-
run: yarn coding-standards-check/markdownlint

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ drush en os2web_datalookup
1212
```
1313

1414
## Update
15+
1516
Updating process for OS2Web Data lookup module is similar to the usual Drupal 8
1617
module. Use Composer's built-in command for listing packages that have updates
1718
available:

package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)