Skip to content

Commit

Permalink
build script, remove async for now, remove build artifcats
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn committed Sep 27, 2023
1 parent 266ec31 commit 03a83e5
Show file tree
Hide file tree
Showing 20 changed files with 137 additions and 411,616 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @drspacemn @LucasLvy @EvolveArt
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Check format
run: cargo fmt --all -- --check

clippy:
runs-on: ubuntu-latest
steps:
Expand All @@ -20,6 +21,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Check lint
run: cargo clippy

tests:
runs-on: ubuntu-latest
steps:
Expand Down
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/target
build/test.zip
# Rust artifacts
Cargo.lock
target/

# Snos artifacts
build/*
!build/.gitkeep
Loading

0 comments on commit 03a83e5

Please sign in to comment.