Skip to content

Commit

Permalink
Merge pull request #155 from KogarashiNetwork/feature/separate-compon…
Browse files Browse the repository at this point in the history
…ents

separate components
  • Loading branch information
ashWhiteHat authored Nov 5, 2023
2 parents 6ac2ccd + c5186dc commit cd256fc
Show file tree
Hide file tree
Showing 329 changed files with 457 additions and 51,634 deletions.
5 changes: 0 additions & 5 deletions .dockerignore

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/bench.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/integration.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/package.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ jobs:
command: fmt
args: --all -- --check

bench:
if: contains(github.event.pull_request.labels.*.name, 'performance')
name: Benchmark
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Update submodules
id: update
run: git submodule update -i
- uses: actions-rs/cargo@v1
with:
command: bench

clippy:
if: github.event.pull_request.draft == false
name: Clippy Check
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Loading

0 comments on commit cd256fc

Please sign in to comment.