Skip to content

Commit ca7f51f

Browse files
committed
Reintroduce security check workflow with Composer audit
1 parent ffd5354 commit ca7f51f

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/code-quality.yml renamed to .github/workflows/security-check.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Quality
1+
name: Security Check
22

33
on:
44
push:
@@ -7,25 +7,6 @@ on:
77
branches: [ main, develop ]
88

99
jobs:
10-
php-cs-fixer:
11-
name: PHP-CS-Fixer
12-
runs-on: ubuntu-latest
13-
14-
steps:
15-
- name: Checkout code
16-
uses: actions/checkout@v4
17-
18-
- name: Setup PHP
19-
uses: shivammathur/setup-php@v2
20-
with:
21-
php-version: '8.0'
22-
extensions: ftp, session, zlib
23-
tools: php-cs-fixer
24-
coverage: none
25-
26-
- name: Run PHP-CS-Fixer (dry-run)
27-
run: php-cs-fixer fix --dry-run --diff --verbose
28-
2910
security-check:
3011
name: Security Check
3112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)