We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd5354 commit ca7f51fCopy full SHA for ca7f51f
.github/workflows/code-quality.yml renamed to .github/workflows/security-check.yml
@@ -1,4 +1,4 @@
1
-name: Code Quality
+name: Security Check
2
3
on:
4
push:
@@ -7,25 +7,6 @@ on:
7
branches: [ main, develop ]
8
9
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
29
security-check:
30
name: Security Check
31
runs-on: ubuntu-latest
0 commit comments