From 1dd9c146d337737647b7e930b9f806bbd4a34c9b Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Fri, 2 Jan 2026 19:38:39 -0600 Subject: [PATCH] ci: run oxfmt --- .tangled/workflows/build.yml | 6 +++--- .tangled/workflows/codeqa-fmt.yml | 6 +++--- .tangled/workflows/codeqa-lint.yml | 6 +++--- README.md | 1 + 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 2fd5b61..53aad4b 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -1,8 +1,8 @@ when: - - event: ["push", "pull_request"] - branch: ["main"] + - event: ['push', 'pull_request'] + branch: ['main'] -engine: "nixery" +engine: 'nixery' dependencies: nixpkgs: diff --git a/.tangled/workflows/codeqa-fmt.yml b/.tangled/workflows/codeqa-fmt.yml index ec3c701..9a17cf7 100644 --- a/.tangled/workflows/codeqa-fmt.yml +++ b/.tangled/workflows/codeqa-fmt.yml @@ -1,8 +1,8 @@ when: - - event: ["push", "pull_request"] - branch: ["main"] + - event: ['push', 'pull_request'] + branch: ['main'] -engine: "nixery" +engine: 'nixery' dependencies: nixpkgs: diff --git a/.tangled/workflows/codeqa-lint.yml b/.tangled/workflows/codeqa-lint.yml index ae196fd..e13a94a 100644 --- a/.tangled/workflows/codeqa-lint.yml +++ b/.tangled/workflows/codeqa-lint.yml @@ -1,8 +1,8 @@ when: - - event: ["push", "pull_request"] - branch: ["main"] + - event: ['push', 'pull_request'] + branch: ['main'] -engine: "nixery" +engine: 'nixery' dependencies: nixpkgs: diff --git a/README.md b/README.md index cf1ec8b..3edb3f2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This template provides a semi-minimal monorepo setup for Node.js + TypeScript pr ## Getting started ### Create a new repository + 1. Clone this repository template 1. In the repository directory, remove `.git` folder with `rm -rf .git` 1. In the repository directory, Initialize git repository with `git init .` -- 2.43.0