-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Emilyrf/workflow
Workflow
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Social Media Client - Workflow Course Assignment | ||
|
||
## Project Description :star: | ||
|
||
This is a course assigment for the subject Workflow from Front-End Development course at Noroff. | ||
|
||
Project forked from https://github.com/NoroffFEU/social-media-client. | ||
|
||
- Confiured with eslint, prettier and commit hooks. | ||
- Configured with GitHub Actions for build/deploy. | ||
- Configured and tested with Jest and Cypress, status: | ||
|
||
[![Automated Unit Testing](https://github.com/Emilyrf/social-media-client/actions/workflows/unit-test.yml/badge.svg)](https://github.com/Emilyrf/social-media-client/actions/workflows/unit-test.yml) | ||
|
||
[![Automated E2E Testing](https://github.com/Emilyrf/social-media-client/actions/workflows/e2e-test.yml/badge.svg)](https://github.com/Emilyrf/social-media-client/actions/workflows/e2e-test.yml) | ||
|
||
|
||
## Deployed on merge to github pages :globe_with_meridians: | ||
|
||
[![Deploy static content to Pages](https://github.com/Emilyrf/social-media-client/actions/workflows/pages.yml/badge.svg)](https://github.com/Emilyrf/social-media-client/actions/workflows/pages.yml) | ||
|