From 53c03b38eb4bd4d3b1f3a53d68611b2b68eae406 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:56:09 +0200 Subject: [PATCH] style: fmt Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- CHANGELOG.md | 6 ++++-- dprint.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e029825..3fa335f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. ### Bug Fixes -- Nightly builds, exclude arm64 darwin build until issue Publishing aarch64-apple-darwin failed #6 is fixed +- Nightly builds, exclude arm64 darwin build until issue Publishing + aarch64-apple-darwin failed #6 is fixed ### Documentation @@ -32,7 +33,8 @@ All notable changes to this project will be documented in this file. - Add caching - Add signature and shallow clones to nightly - Declutter and reorganize -- Remove lint from ci workflow and keep it separate, replace underscore in workflow files +- Remove lint from ci workflow and keep it separate, replace underscore in + workflow files - Rebase and extract action to own repository - Use create-binary-artifact action - Put action version to follow main branch while action is still in development diff --git a/dprint.json b/dprint.json index 616e02e..2c0bbb4 100644 --- a/dprint.json +++ b/dprint.json @@ -27,4 +27,4 @@ "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/json-0.17.4.wasm" ] -} \ No newline at end of file +}