Skip to content

Commit

Permalink
Merge pull request #141 from hel-kame/fix/workflows
Browse files Browse the repository at this point in the history
fix(workflows): fix deoxys CI
  • Loading branch information
antiyro authored Mar 4, 2024
2 parents 82bad26 + 33fa0cd commit 05b0e2c
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 705 deletions.
115 changes: 0 additions & 115 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.

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

This file was deleted.

116 changes: 0 additions & 116 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 05b0e2c

Please sign in to comment.