Skip to content

Commit

Permalink
refactor: 🔥 feat(refacto): Complete refacto of the codebase to detach…
Browse files Browse the repository at this point in the history
… fork from Madara
  • Loading branch information
antiyro committed Mar 4, 2024
2 parents b919713 + 05b0e2c commit 97627b1
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 699 deletions.
112 changes: 0 additions & 112 deletions .github/workflows/binaries-build.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/configs-verifier.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/cron-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
name: Stale issues
uses: ./.github/workflows/stale-issues.yml

lock_closed:
name: Lock closed issues/PRs
uses: ./.github/workflows/lock-closed.yml

security_audit:
name: Security audit
uses: ./.github/workflows/security-audit.yml
12 changes: 0 additions & 12 deletions .github/workflows/cron-weekly.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/da-tests.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows/docker-build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/linters-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
# FIXME: check why this is rebuilding the project every time
cargo-lint:
runs-on: ubuntu-latest-32-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup build deps
run: |
sudo apt-get update
sudo apt-get install -y clang llvm libudev-dev protobuf-compiler
sudo apt-get install -y clang llvm libudev-dev protobuf-compiler libasound2-dev
- name: Format and clippy
run: |
cargo fmt -- --check
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/lock-closed.yml

This file was deleted.

Loading

0 comments on commit 97627b1

Please sign in to comment.