Skip to content

Commit

Permalink
Merge branch 'master' of github.com:threefoldtech/rfs into developmen…
Browse files Browse the repository at this point in the history
…t_fl_server_frontend
  • Loading branch information
rawdaGastan committed Sep 12, 2024
2 parents 13608d4 + 152a757 commit 9889de0
Show file tree
Hide file tree
Showing 17 changed files with 672 additions and 423 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ env:
CARGO_TERM_COLOR: always

jobs:
test:
check_fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: clechasseur/rs-fmt-check@v2

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get Dependencies
run: |
sudo apt-get update
Expand Down
Loading

0 comments on commit 9889de0

Please sign in to comment.