aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-31 00:54:20 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-31 00:54:20 +0200
commit7f0e778145e7a0f7281d9b37e59473fddf232097 (patch)
treee4f70ef398807f1524301fec6e6fae121b05d5aa /.github
parent6c1137177f92f9a5c5cd9c2a0450b5db5165f8be (diff)
move embassy-net-w5500 to subdir.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
deleted file mode 100644
index dfa96dd0e..000000000
--- a/.github/workflows/rust.yml
+++ /dev/null
@@ -1,29 +0,0 @@
1name: Rust
2
3on:
4 push:
5 branches: [main]
6 pull_request:
7 branches: [main]
8 merge_group:
9
10env:
11 CARGO_TERM_COLOR: always
12
13jobs:
14 build-nightly:
15 runs-on: ubuntu-latest
16 steps:
17 - uses: actions/checkout@v2
18 - uses: actions/cache@v2
19 with:
20 path: |
21 ~/.cargo/registry
22 ~/.cargo/git
23 target
24 key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
25
26 - name: Check fmt
27 run: cargo fmt -- --check
28 - name: Build
29 run: ./ci.sh