repository template for Node.js & TypeScript projects

ci: run oxfmt #3

merged opened by samanthanguyen.me targeting main from fmt
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:smd2mvg2dao4rqnnz6qexdov/sh.tangled.repo.pull/3mbibmbeavn22
+10 -9
Diff #0
+3 -3
.tangled/workflows/build.yml
··· 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 4 5 - engine: "nixery" 6 7 dependencies: 8 nixpkgs:
··· 1 when: 2 + - event: ['push', 'pull_request'] 3 + branch: ['main'] 4 5 + engine: 'nixery' 6 7 dependencies: 8 nixpkgs:
+3 -3
.tangled/workflows/codeqa-fmt.yml
··· 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 4 5 - engine: "nixery" 6 7 dependencies: 8 nixpkgs:
··· 1 when: 2 + - event: ['push', 'pull_request'] 3 + branch: ['main'] 4 5 + engine: 'nixery' 6 7 dependencies: 8 nixpkgs:
+3 -3
.tangled/workflows/codeqa-lint.yml
··· 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 4 5 - engine: "nixery" 6 7 dependencies: 8 nixpkgs:
··· 1 when: 2 + - event: ['push', 'pull_request'] 3 + branch: ['main'] 4 5 + engine: 'nixery' 6 7 dependencies: 8 nixpkgs:
+1
README.md
··· 16 ## Getting started 17 18 ### Create a new repository 19 1. Clone this repository template 20 1. In the repository directory, remove `.git` folder with `rm -rf .git` 21 1. In the repository directory, Initialize git repository with `git init .`
··· 16 ## Getting started 17 18 ### Create a new repository 19 + 20 1. Clone this repository template 21 1. In the repository directory, remove `.git` folder with `rm -rf .git` 22 1. In the repository directory, Initialize git repository with `git init .`

History

1 round 0 comments
sign up or login to add to the discussion
samanthanguyen.me submitted #0
1 commit
expand
ci: run oxfmt
3/3 success
expand
expand 0 comments
pull request successfully merged