cache: 'pnpm'
- run: pnpm install --ignore-scripts
- run: pnpm build
- # - run: pnpm format
+ - run: pnpm format
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
export default {
'**/*.{ts,tsx,js,jsx,cjs,mjs}': [
- // 'biome format --write',
+ 'biome format --write',
'eslint --cache --fix',
],
'**/*.json': ['biome format --write'],
const workerFile = join(
dirname(fileURLToPath(import.meta.url)),
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`worker${extname(fileURLToPath(import.meta.url))}`
)
"version": "4.1.0",
"exports": "./src/index.ts",
"publish": {
- "include": [
- "LICENSE",
- "README.md",
- "jsr.json",
- "src/**/*.ts"
- ]
+ "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
}
}
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const taskFunctionWorkerUsage = this.workerNodes[
workerNodeKey
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
].getTaskFunctionWorkerUsage(task.name!)!
++taskFunctionWorkerUsage.tasks.executing
updateWaitTimeWorkerUsage(