Skip to content

Commit

Permalink
Add frontend-style github action, fix backend-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Mar 7, 2022
1 parent ac95380 commit 07215f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-python-${{ matrix.python-version }}
path-to-lcov: coverage.lcov
base-path: eap_backend
parallel: true

finish:
Expand All @@ -31,5 +30,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
base-path: eap_backend
parallel-finished: true
10 changes: 10 additions & 0 deletions .github/workflows/frontend-style.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: frontend-style
on: [push, pull_request, workflow_dispatch]
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
with:
args: --check .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgiref==3.4.1
certifi==2021.10.8
coverage==6.0.2
coverage==6.3.2
Django==3.2.8
django-extensions==3.1.3
django-test==0.4030
Expand Down

0 comments on commit 07215f2

Please sign in to comment.