Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

destroy multicaster #266

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ ats:
- any:
- "backend/ats/**"
- "!backend/ats/spec/**"
multicaster:
- any:
- "backend/multicaster/**"
site:
- any:
- "frontend/site/**"
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,6 @@ jobs:
run: |-
make test

backend-multicaster:
defaults:
run:
working-directory: ./backend/multicaster
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version-file: ./backend/multicaster/.python-version
cache: pip
cache-dependency-path: ./backend/multicaster/requirements-dev.txt
- run: pip install -r requirements-dev.txt
- name: Type check
run: mypy .

backend-positioning:
defaults:
run:
Expand Down
23 changes: 1 addition & 22 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,4 @@ jobs:
- uses: EndBug/add-and-commit@v9
with:
message: format by black
default_author: github_actions

black-multicaster:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "backend/multicaster"
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version-file: ./backend/multicaster/.python-version
cache: pip
cache-dependency-path: ./backend/multicaster/requirements-dev.txt
- run: pip install -r requirements-dev.txt
- run: black .
- uses: EndBug/add-and-commit@v9
with:
author_name: format BOT
author_email: [email protected]
message: format by black
default_author: github_actions
166 changes: 0 additions & 166 deletions backend/multicaster/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion backend/multicaster/.python-version

This file was deleted.

9 changes: 0 additions & 9 deletions backend/multicaster/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions backend/multicaster/mypy.ini

This file was deleted.

Loading