Skip to content

Commit

Permalink
Fix frontend action, add backend Coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Mar 8, 2022
1 parent 07215f2 commit 6939045
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/frontend-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ on: [push, pull_request, workflow_dispatch]
jobs:
style:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
- uses: actions/setup-node@v2
with:
args: --check .
node-version: '16'
- run: npm install
- run: npx prettier --check .
2 changes: 2 additions & 0 deletions eap_backend/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# The Ethical Assurance Platform backend

[![Coverage Status](https://coveralls.io/repos/github/alan-turing-institute/AssurancePlatform/badge.svg?branch=main)](https://coveralls.io/github/alan-turing-institute/AssurancePlatform?branch=main)

The backend is written in the [Django](https://docs.djangoproject.com/en/4.0/) framework. Its main purpose is to provide an API, through which data can be written to, retrieved from, or edited in, a database.

Documentation on the API endpoints can be found [here](eap_api/API_docs.md).
Expand Down

0 comments on commit 6939045

Please sign in to comment.