From bd602b806a77c8252dc11fc32bb0c26e5053aba9 Mon Sep 17 00:00:00 2001 From: Banjo Fox <4459812+BanjoFox@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:45:50 -0400 Subject: [PATCH 1/2] Banjofox/update cargo authors (#348) --- Cargo.toml | 2 +- aardwolf-localization/src/lib.rs | 1 - aardwolf-templates/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c4474fd..de24438f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aardwolf" version = "0.1.0" -authors = ["Banjo Fox ","Elijah Mark Anderson ", "Paul Woolcock ", "asonix "] +authors = ["Banjo Fox ","Elijah Mark Anderson ", "Paul Woolcock ", "asonix ", "Nicholas Guyett "] description = "Powering connected social communities with free software." edition = "2021" diff --git a/aardwolf-localization/src/lib.rs b/aardwolf-localization/src/lib.rs index 8d12193a..3cc65055 100644 --- a/aardwolf-localization/src/lib.rs +++ b/aardwolf-localization/src/lib.rs @@ -38,4 +38,3 @@ i18n!("locales", i18n!(); // End rust-i18n configuration -// diff --git a/aardwolf-templates/Cargo.toml b/aardwolf-templates/Cargo.toml index 5744d583..1e00c472 100644 --- a/aardwolf-templates/Cargo.toml +++ b/aardwolf-templates/Cargo.toml @@ -37,4 +37,4 @@ path = "../aardwolf-yew-frontend" # Adding syn for template compilation [dependencies.syn] version = "2.0.77" -features = ["full", "extra-traits"] +features = ["full", "extra-traits"] \ No newline at end of file From 33014896042aff4c534f558e172233c37181b267 Mon Sep 17 00:00:00 2001 From: Banjo Fox <4459812+BanjoFox@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:03:56 -0400 Subject: [PATCH 2/2] Updating workflow syntax. (#349) --- .github/workflows/aardwolf-build.yml | 3 --- .github/workflows/docker.yml | 4 ++-- .github/workflows/rust-clippy.yml | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aardwolf-build.yml b/.github/workflows/aardwolf-build.yml index 7c6f03b0..ebd95d1f 100644 --- a/.github/workflows/aardwolf-build.yml +++ b/.github/workflows/aardwolf-build.yml @@ -1,9 +1,6 @@ --- name: CI Build on: - push: - branches: - - "*" pull_request: branches: - main diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 66ac105b..52b6c2f0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,8 +7,8 @@ name: 'Docker Image CI' on: pull_request: branches: - - 'main' - - 'banjofox/*' + - main + - 'banjofox/*' jobs: diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 0a4aa1c5..41950eac 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -14,6 +14,7 @@ on: branches: - main - 'banjofox/*' + schedule: - cron: '41 3 * * 4'