Skip to content

Commit

Permalink
add cpsell prject words for Gitlab-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Apr 4, 2024
1 parent 30dbcd1 commit 7076c58
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: docker compose -f docker-compose.yml pull --include-deps drupal
- name: Build the docker compose stack
run: docker compose -f docker-compose.yml build --pull --build-arg BASE_IMAGE_TAG=${{ matrix.drupal_version }} drupal
- name: Up a persistant Docker Container
- name: Up a persistent Docker Container
run: docker compose -f docker-compose.yml up -d drupal
- name: wait on Docker to be ready, especially Apache that takes many seconds to be up
run: docker compose exec -T drupal wait-for-it drupal:80 -t 60
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add coverage of Drupal 10.2.x
- add Drupal GitlabCI
- add phpstan.neon in order to ignore new static() errors
- add cpsell prject words for Gitlab-CI

### Removed
- drop tests support on Drupal <= 9.4
Expand Down
18 changes: 18 additions & 0 deletions cspell-project-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Antistatique
antistatique
Cardis
cleancode
codesize
Cyclomatic
interesed
libbz
passowrd
phpcf
PHPCPD
phpcpd
phpdd
reseting
rulesets
unusedcode
wapmorgan
wengerk

0 comments on commit 7076c58

Please sign in to comment.