Skip to content

Commit

Permalink
Merge pull request #47 from openebs/migrate-api
Browse files Browse the repository at this point in the history
chore(api/io-engine,csi): migrate from api repo
  • Loading branch information
tiagolobocastro authored Oct 27, 2023
2 parents fde912d + 310120b commit 2a43512
Show file tree
Hide file tree
Showing 39 changed files with 3,883 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-rust-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-23.05
- name: nix-shell
run: nix-shell --pure --run exit
- name: cargo-fmt
run: nix-shell --run ./scripts/rust/linter.sh
- name: cargo-clippy
run: nix-shell --run ./scripts/rust/linter.sh
- name: cargo-fmt
run: nix-shell --run ./scripts/rust/style.sh
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ Cargo.lock
/package-lock.json
/package.json
/rust-git-version
/rust-toolchain.toml
.idea
.vscode
.pregenerated
Loading

0 comments on commit 2a43512

Please sign in to comment.