Skip to content

Commit

Permalink
feat: Add authority approval/removal for world instances
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 2, 2024
1 parent e669ded commit 818faef
Show file tree
Hide file tree
Showing 10 changed files with 1,295 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bolt-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Run fmt
run: cargo fmt -- --check
run: cargo fmt -- --check --verbose
- name: Run clippy
run: cargo clippy -- --deny=warnings

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-bolt-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Run fmt
run: cargo fmt -- --check
run: cargo fmt -- --check --verbose
- name: Run clippy
run: cargo clippy -- --deny=warnings

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 21

- name: install essentials
run: |
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Check Rust version
run: rustc --version
# - name: Run fmt
# run: cargo fmt -- --check --verbose
- name: Run fmt
run: cargo fmt -- --check --verbose
- name: Run clippy
run: cargo clippy -- --deny=warnings

Expand Down
Loading

0 comments on commit 818faef

Please sign in to comment.