Skip to content

Commit

Permalink
cleanup ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 22, 2024
1 parent af74d66 commit 2add17a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 69 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/codequality.yml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
run: cp .env.example .env
- name: Generate Prisma Client
run: yarn gen
- name: Run ESLint on changed files
uses: tj-actions/eslint-changed-files@v21
with:
skip_annotations: true
config_path: ".eslintrc.json"
ignore_path: ".eslintignore"
file_extensions: |
**/*.ts
**/*.tsx
- name: Build
run: yarn build
- name: Test
Expand Down

0 comments on commit 2add17a

Please sign in to comment.