We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea1ba8 commit 6618af6Copy full SHA for 6618af6
.github/workflows/ci.yml
@@ -66,9 +66,7 @@ jobs:
66
67
- name: Setup environment files
68
run: |
69
- cp apps/.env.test apps/.env
70
cp .env.example .env
71
- echo "APP_ENV=test" >> apps/.env
72
73
# === INFRASTRUCTURE PHASE ===
74
- name: Setup Docker cache
@@ -95,14 +93,6 @@ jobs:
95
93
96
94
# Run markdown linting with warning on failure
97
npm run lint:markdown || echo "::warning::Markdown linting issues found"
98
-
99
- # Run SCSS linting (will auto-fix issues)
100
- npm run lint:stylelint:fix
101
102
- # Check if there are any remaining unfixed issues
103
- if ! npm run lint:stylelint; then
104
- echo "::warning::Some SCSS issues could not be auto-fixed"
105
- fi
106
107
- name: Setup PHP tools and permissions
108
0 commit comments