Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Mar 29, 2023
1 parent ff6ee84 commit 9f03218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
name: build
path: build

release:
needs: build
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"gen-api": "mkdir -p src/store && rtk-query-codegen-openapi openapi-config.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write src/**/* --config .prettierrc.json src"
"format": "prettier --write src/**/* --config .prettierrc.json src",
"prettier:check": "prettier --check ."
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 9f03218

Please sign in to comment.