Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luth1um committed May 30, 2024
1 parent 6a776f5 commit bca36cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test
on:
push:
pull_request:
branches: ["main"]
branches: ['main']

jobs:
build-and-test:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"lint": "eslint . --fix --max-warnings 0",
"format": "prettier --write \"./**/*.{js,json,md,ts}\"",
"format": "prettier --write \"./**/*.{js,json,md,ts,yaml,yml}\"",
"test": "jest",
"clean": "rimraf dist",
"prebuild": "yarn clean && yarn lint",
Expand Down Expand Up @@ -49,6 +49,6 @@
"prettier --write",
"eslint --fix --max-warnings 0"
],
"*.{json,md}": "prettier --write"
"*.{json,md,yaml,yml}": "prettier --write"
}
}

0 comments on commit bca36cd

Please sign in to comment.