ci: run oxfmt #3

merged
opened by samanthanguyen.me targeting main from fmt
Changed files
+10 -9
.tangled
+3 -3
.tangled/workflows/build.yml
··· 1 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 2 + - event: ['push', 'pull_request'] 3 + branch: ['main'] 4 4 5 - engine: "nixery" 5 + engine: 'nixery' 6 6 7 7 dependencies: 8 8 nixpkgs:
+3 -3
.tangled/workflows/codeqa-fmt.yml
··· 1 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 2 + - event: ['push', 'pull_request'] 3 + branch: ['main'] 4 4 5 - engine: "nixery" 5 + engine: 'nixery' 6 6 7 7 dependencies: 8 8 nixpkgs:
+3 -3
.tangled/workflows/codeqa-lint.yml
··· 1 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 2 + - event: ['push', 'pull_request'] 3 + branch: ['main'] 4 4 5 - engine: "nixery" 5 + engine: 'nixery' 6 6 7 7 dependencies: 8 8 nixpkgs:
+1
README.md
··· 16 16 ## Getting started 17 17 18 18 ### Create a new repository 19 + 19 20 1. Clone this repository template 20 21 1. In the repository directory, remove `.git` folder with `rm -rf .git` 21 22 1. In the repository directory, Initialize git repository with `git init .`