Skip to content

Commit 61bd49d

Browse files
ivanasabiCopilot
andcommitted
fix(ci): align product with governed verification
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0224e0c commit 61bd49d

4 files changed

Lines changed: 11 additions & 16 deletions

File tree

.github/workflows/code-PR_verify-fallback.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ dist
22
node_modules
33
example
44
package-lock.json
5+
.github
6+
.sync-exclude
7+
CHANGELOG.md
8+
CODE_OF_CONDUCT.md
9+
CONTRIBUTING.md
10+
SECURITY.md
11+
repolinter.json

REUSE.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ path = [
1313
".prettierrc",
1414
".tool-versions",
1515
".github/CODEOWNERS",
16+
".github/inditextech-ci-node.json",
17+
".github/inditextech-ci-sync-manifest.json",
18+
".sync-exclude",
1619
"package.json",
1720
"package-lock.json",
1821
"example/.npmrc",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"lint:fix": "eslint . --fix",
6363
"format": "prettier --write .",
6464
"format:check": "prettier --check .",
65+
"verify": "npm run lint && npm run format:check && npm run test && npm run build",
6566
"prepublishOnly": "npm run lint && npm run format:check && npm test && npm run build"
6667
},
6768
"peerDependencies": {

0 commit comments

Comments
 (0)