mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
chore: remove depot (#10343)
# Which Problems Are Solved We hit a rate limit for our current plan at Depot https://github.com/zitadel/zitadel/actions/runs/16589101600/job/46920267954?pr=10342. # How the Problems Are Solved Let's remove Depot for now, make things work and then optimize with caching. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Run lint and unit tests in dev container
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user