File tree Expand file tree Collapse file tree 3 files changed +1
-38
lines changed Expand file tree Collapse file tree 3 files changed +1
-38
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ drush en os2web_datalookup
1212```
1313
1414## Update
15+
1516Updating process for OS2Web Data lookup module is similar to the usual Drupal 8
1617module. Use Composer's built-in command for listing packages that have updates
1718available:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments