Skip to content

Commit

Permalink
Revert "feat: added github action for Check for embedded CSS and the …
Browse files Browse the repository at this point in the history
…correct …" (#3228)

This reverts commit d669de3.
  • Loading branch information
palisadoes authored Jan 9, 2025
1 parent b36f4e9 commit b72d43f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 163 deletions.
150 changes: 0 additions & 150 deletions .github/workflows/css_check.py

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@ jobs:
chmod +x ./.github/workflows/scripts/countline.py
./.github/workflows/scripts/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts src/screens/OrgList/OrgList.tsx src/GraphQl/Mutations/mutations.ts src/components/EventListCard/EventListCardModals.tsx src/components/TagActions/TagActionsMocks.ts src/utils/interfaces.ts src/screens/MemberDetail/MemberDetail.tsx
# Run the CSS import check script
- name: Check for CSS violations and print correct imports
run: |
if [ ! -f ./.github/workflows/css_check.py ]; then
echo "Error: CSS check script not found"
exit 1
fi
chmod +x ./.github/workflows/css_check.py
./.github/workflows/css_check.py --directory . || {
echo "Error: CSS check failed"
exit 1
}
- name: Get changed TypeScript files
id: changed-files
uses: tj-actions/changed-files@v45
Expand Down

0 comments on commit b72d43f

Please sign in to comment.