Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Artisan-Lab/RAPx into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack committed Jan 6, 2025
2 parents 326e145 + 8c970a0 commit e3437e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rap-booting and testing
name: RAPx-booting and testing

on:
push:
Expand All @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4

- name: Code Formatting Check
run: cd rap && cargo fmt --check
run: cd rapx && cargo fmt --check

- name: Build RAP
- name: Build RAPx
run: ./install.sh

- run: sudo apt install colorized-logs -y # Insall ansi2txt
Expand Down

0 comments on commit e3437e7

Please sign in to comment.