Skip to content

Commit

Permalink
workflow backend fmt check and rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andychenbruce committed Feb 4, 2024
1 parent af5b027 commit 8f7eeab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: React
name: Frontend

on:
push:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Backend

on:
push:
Expand All @@ -22,3 +22,6 @@ jobs:
- name: Run tests
working-directory: ./backend
run: cargo test
- name: Formatting
working-directory: ./backend
run: cargo fmt --check

0 comments on commit 8f7eeab

Please sign in to comment.