Skip to content

Commit

Permalink
Merge pull request #199 from dof-dss/development
Browse files Browse the repository at this point in the history
Merge dev into main for release
  • Loading branch information
neilblair authored Feb 2, 2022
2 parents 362fff0 + da587b4 commit 3f4bda7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
name: Fetch phpcs and dependencies
command: |
composer require drupal/coder --prefer-stable --no-interaction --optimize-autoloader
composer require slevomat/coding-standard --prefer-stable --no-interaction --optimize-autoloader
# Move vendor directory up a level as we don't want to code-check all of that.
mv vendor ../
- run:
name: Fetch phpcs convenience script
command: |
curl https://raw.githubusercontent.com/dof-dss/nidirect-drupal/main/phpcs.sh -o /home/circleci/project/phpcs.sh
curl https://raw.githubusercontent.com/dof-dss/nidirect-drupal/development/phpcs.sh -o /home/circleci/project/phpcs.sh
chmod +x /home/circleci/project/phpcs.sh
- run:
name: PHPCS analysis
Expand Down

0 comments on commit 3f4bda7

Please sign in to comment.