Skip to content

Commit e9aa0e9

Browse files
fix(workflows): update semantic release test workflow reference to address vulnerabilities, integrate eslint into linting and formatting scripts
1 parent 4023ca5 commit e9aa0e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
tests:
10-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/semantic-release-replace-test.yml@main
10+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/semantic-release-replace-test.yml@RSRMID-2228-fix-vulnerabilities-of-our-semantic-release-replace-plugin
1111
secrets: inherit

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"all": "npm run build && npm run docs",
2121
"build": "tsc",
2222
"docs": "rm -rf docs && typedoc src/index.ts",
23-
"lint": "prettier --write . --ignore-path .prettierignore",
24-
"format": "npm run lint -- --fix",
23+
"lint": "prettier --write . --ignore-path .prettierignore && eslint src/**/*.ts",
24+
"format": "eslint src/**/*.ts --fix",
2525
"test": "tsc --noEmit && vitest --coverage",
2626
"release": "semantic-release"
2727
},

0 commit comments

Comments
 (0)