Skip to content

Commit

Permalink
remove debug step
Browse files Browse the repository at this point in the history
Signed-off-by: Diogenes Fernandes <[email protected]>
  • Loading branch information
diofeher committed Jan 2, 2025
1 parent c63084a commit 977c21c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Install dependencies
run:
npm ci
- name: index.css
run:
cat src/index.css
- name: Run ESLint
run:
npm run eslint
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
paths:
- backend/**
- search/**

jobs:
generate:
Expand Down

0 comments on commit 977c21c

Please sign in to comment.