Skip to content

Commit

Permalink
Removed husky and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 14, 2024
1 parent 5c2607d commit 6c9dfa7
Show file tree
Hide file tree
Showing 7 changed files with 2,425 additions and 1,343 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: frontend-ci
on: [push]
jobs:
ci:
frontend-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -13,3 +13,6 @@ jobs:
- name: Install dependencies
run: npm install
working-directory: website
- name: Lint
run: npm run lint
working-directory: website
Loading

0 comments on commit 6c9dfa7

Please sign in to comment.