Skip to content

Commit

Permalink
Merge branch 'Aardwolf-Social:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajadhikary06 authored Oct 16, 2024
2 parents c30f13c + 3301489 commit 3a43e18
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/aardwolf-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: CI Build
on:
push:
branches:
- "*"
pull_request:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: 'Docker Image CI'
on:
pull_request:
branches:
- 'main'
- 'banjofox/*'
- main
- 'banjofox/*'

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
branches:
- main
- 'banjofox/*'

schedule:
- cron: '41 3 * * 4'

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aardwolf"
version = "0.1.0"
authors = ["Banjo Fox <[email protected]>","Elijah Mark Anderson <[email protected]>", "Paul Woolcock <[email protected]>", "asonix <[email protected]>"]
authors = ["Banjo Fox <[email protected]>","Elijah Mark Anderson <[email protected]>", "Paul Woolcock <[email protected]>", "asonix <[email protected]>", "Nicholas Guyett <[email protected]>"]
description = "Powering connected social communities with free software."
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion aardwolf-localization/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ i18n!("locales",
i18n!();

// End rust-i18n configuration
//
2 changes: 1 addition & 1 deletion aardwolf-templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 3a43e18

Please sign in to comment.