Skip to content

Commit

Permalink
fixed backend to frontend typo and added workflow branch argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 17, 2024
1 parent 4e34eef commit af8fc18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Project pigeonhole backend
![tests](https://github.com/SELab-2/UGent-3/actions/workflows/ci-test-backend.yaml/badge.svg)
![linter](https://github.com/SELab-2/UGent-3/actions/workflows/ci-linter-backend.yaml/badge.svg)
![tests](https://github.com/SELab-2/UGent-3/actions/workflows/ci-test-backend.yaml/badge.svg?branch=development)
![linter](https://github.com/SELab-2/UGent-3/actions/workflows/ci-linter-backend.yaml/badge.svg?branch=development)
## Prerequisites
**1. Clone the repo**
```sh
git clone [email protected]:SELab-2/UGent-3.git
```
**2. Installing required packages**


If you want the development environment: run both commands. If you only need to deploy, run the deployment command.

Expand Down
6 changes: 3 additions & 3 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project pigeonhole backend
![tests](https://github.com/SELab-2/UGent-3/actions/workflows/ci-test-frontend.yaml/badge.svg)
![linter](https://github.com/SELab-2/UGent-3/actions/workflows/ci-linter-frontend.yaml/badge.svg)
# Project pigeonhole frontend
![tests](https://github.com/SELab-2/UGent-3/actions/workflows/ci-test-frontend.yaml/badge.svg?branch=development)
![linter](https://github.com/SELab-2/UGent-3/actions/workflows/ci-linter-frontend.yaml/badge.svg?branch=development)
## Prerequisites
**1. Clone the repo**
```sh
Expand Down

0 comments on commit af8fc18

Please sign in to comment.