mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-23 02:03:49 -04:00
Tests config github actions
This commit is contained in:
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/setup-project
|
||||
- uses: ArtiomTr/jest-coverage-report-action@v2
|
||||
- name: Run style checks
|
||||
run: pipenv run flake8 .
|
||||
- name: Check imports alphabetized
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -71,6 +71,7 @@ htmlcov/
|
||||
.coverage.*
|
||||
.cache
|
||||
.pytest_cache
|
||||
coverage/
|
||||
coverage.xml
|
||||
test_results.xml
|
||||
*,cover
|
||||
|
||||
Reference in New Issue
Block a user