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_add_clone_command
  • Loading branch information
rawdaGastan committed Sep 22, 2024
2 parents 370bdc3 + 725f1ed commit 8cfeeb7
Show file tree
Hide file tree
Showing 57 changed files with 3,489 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/tests/*.flist.d
result
.direnv/
fl-server/flists
fl-server/config.toml
Loading

0 comments on commit 8cfeeb7

Please sign in to comment.