Skip to content

Commit

Permalink
fix lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed May 28, 2024
1 parent e4b0c57 commit 1c0d46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Checks
name: CI Checks (Linting and Tests)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eject": "react-scripts eject",
"watch": "nodemon serve",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\" && eslint src"
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 1c0d46c

Please sign in to comment.