repository template for Node.js & TypeScript projects

ci: fix minor issues with CI workflow #2

merged opened by samanthanguyen.me targeting main from ci-fixes
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:smd2mvg2dao4rqnnz6qexdov/sh.tangled.repo.pull/3mbiavpyl2m22
+11 -11
Diff #1
+3 -3
.tangled/workflows/build.yml
··· 1 when: 2 - - event: ["pull_request"] 3 branch: ["main"] 4 5 - engine: 6 - - nixery 7 8 dependencies: 9 nixpkgs: 10 - nodejs_24 11 - pnpm 12
··· 1 when: 2 + - event: ["push", "pull_request"] 3 branch: ["main"] 4 5 + engine: "nixery" 6 7 dependencies: 8 nixpkgs: 9 + - coreutils 10 - nodejs_24 11 - pnpm 12
+4 -4
.tangled/workflows/codeqa-fmt.yml
··· 1 when: 2 - - event: ["pull_request"] 3 branch: ["main"] 4 5 - engine: 6 - - nixery 7 8 dependencies: 9 nixpkgs: 10 - nodejs_24 11 - pnpm 12 ··· 14 - name: Install dependencies 15 command: pnpm install --frozen-lockfile 16 - name: Run formatter checks 17 - command: npm run fmt-check
··· 1 when: 2 + - event: ["push", "pull_request"] 3 branch: ["main"] 4 5 + engine: "nixery" 6 7 dependencies: 8 nixpkgs: 9 + - coreutils 10 - nodejs_24 11 - pnpm 12 ··· 14 - name: Install dependencies 15 command: pnpm install --frozen-lockfile 16 - name: Run formatter checks 17 + command: pnpm run fmt-ci
+4 -4
.tangled/workflows/codeqa-lint.yml
··· 1 when: 2 - - event: ["pull_request"] 3 branch: ["main"] 4 5 - engine: 6 - - nixery 7 8 dependencies: 9 nixpkgs: 10 - nodejs_24 11 - pnpm 12 ··· 14 - name: Install dependencies 15 command: pnpm install --frozen-lockfile 16 - name: Run linter checks 17 - command: npm run lint
··· 1 when: 2 + - event: ["push", "pull_request"] 3 branch: ["main"] 4 5 + engine: "nixery" 6 7 dependencies: 8 nixpkgs: 9 + - coreutils 10 - nodejs_24 11 - pnpm 12 ··· 14 - name: Install dependencies 15 command: pnpm install --frozen-lockfile 16 - name: Run linter checks 17 + command: pnpm run lint

History

2 rounds 0 comments
sign up or login to add to the discussion
2 commits
expand
ci: fix minor issues with CI workflows
ci: add coreutils as CI dependency
expand 0 comments
pull request successfully merged
1 commit
expand
ci: fix minor issues with CI workflows
3/3 failed
expand
expand 0 comments