mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Move everything to a workspace
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -22,6 +22,6 @@ updates:
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "relay/"
|
||||
directory: "rust/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -2,12 +2,12 @@ name: Rust CI
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'relay/**'
|
||||
- 'rust/**'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'relay/**'
|
||||
- 'rust/**'
|
||||
|
||||
# Cancel old workflow runs if new code is pushed
|
||||
concurrency:
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./relay
|
||||
working-directory: ./rust
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cargo fmt -- --check
|
||||
|
||||
2
rust/Cargo.toml
Normal file
2
rust/Cargo.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[workspace]
|
||||
members = ["relay"]
|
||||
0
relay/Cargo.lock → rust/relay/Cargo.lock
generated
0
relay/Cargo.lock → rust/relay/Cargo.lock
generated
Reference in New Issue
Block a user