Skip to content

Commit

Permalink
chore: remove submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Nov 21, 2024
1 parent 1936ea3 commit dcd0f04
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 46 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: douglascamata/setup-docker-macos-action@v1-alpha

- uses: actions/checkout@v4
with:
submodules: true

- uses: ./.github/actions/docker-setup
with:
Expand Down Expand Up @@ -93,8 +91,6 @@ jobs:
uses: douglascamata/setup-docker-macos-action@v1-alpha

- uses: actions/checkout@v4
with:
submodules: true

- uses: ./.github/actions/docker-setup
with:
Expand Down Expand Up @@ -183,8 +179,6 @@ jobs:
uses: douglascamata/setup-docker-macos-action@v1-alpha

- uses: actions/checkout@v4
with:
submodules: true

- uses: ./.github/actions/docker-setup
with:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
image: rust:1.82.0
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: rustup component add rustfmt
- run: cargo fmt --check
- run: cd packages/infra/client && cargo fmt --check
Expand All @@ -41,8 +39,6 @@ jobs:
image: rust:1.82.0
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: |
apt-get update
Expand All @@ -55,8 +51,6 @@ jobs:
image: rust:1.82.0
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: |
apt-get update
Expand All @@ -69,8 +63,6 @@ jobs:
image: rust:1.82.0
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: cargo deny
uses: EmbarkStudios/cargo-deny-action@v1
- name: cargo deny (packages/infra/client)
Expand Down
24 changes: 0 additions & 24 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion externals/cloudflare-rs
Submodule cloudflare-rs deleted from f14720
1 change: 0 additions & 1 deletion externals/deno
Submodule deno deleted from bd9856
1 change: 0 additions & 1 deletion externals/nomad-client
Submodule nomad-client deleted from abb66b
1 change: 0 additions & 1 deletion externals/posthog-rs
Submodule posthog-rs deleted from ef4e80
1 change: 0 additions & 1 deletion externals/redis-rs
Submodule redis-rs deleted from ac3e27
1 change: 0 additions & 1 deletion externals/rivet-term
Submodule rivet-term deleted from d539a0
1 change: 0 additions & 1 deletion externals/serde_array_query
Submodule serde_array_query deleted from b9f8bf
1 change: 0 additions & 1 deletion externals/sqlx
Submodule sqlx deleted from e7120f

0 comments on commit dcd0f04

Please sign in to comment.