Skip to content

Commit 6618af6

Browse files
committed
chore: simplify environment setup and remove unused linting steps in CI
1 parent fea1ba8 commit 6618af6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666

6767
- name: Setup environment files
6868
run: |
69-
cp apps/.env.test apps/.env
7069
cp .env.example .env
71-
echo "APP_ENV=test" >> apps/.env
7270
7371
# === INFRASTRUCTURE PHASE ===
7472
- name: Setup Docker cache
@@ -95,14 +93,6 @@ jobs:
9593
run: |
9694
# Run markdown linting with warning on failure
9795
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
10696
10797
- name: Setup PHP tools and permissions
10898
run: |

0 commit comments

Comments
 (0)