mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
refactoring
This commit is contained in:
parent
2fc25a8d58
commit
64b2caf28e
4 changed files with 11 additions and 8 deletions
9
.github/workflows/php.yml
vendored
9
.github/workflows/php.yml
vendored
|
@ -29,12 +29,15 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress
|
||||
|
||||
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
|
||||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
||||
|
||||
- name: Run test suite
|
||||
run: composer run-script test
|
||||
|
||||
- name: Install CodeSpell
|
||||
run: pip install --user codespell
|
||||
|
||||
- name: CodeSpell
|
||||
run: ./codespell
|
||||
|
||||
- name: SonarCloud Scan
|
||||
uses: sonarsource/sonarcloud-github-action@master
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue