-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
12 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 |
---|---|---|
|
@@ -25,18 +25,11 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install flit | ||
flit install --deps develop | ||
- name: Check formatting | ||
run: | | ||
black --check . | ||
- name: Lint with ruff | ||
run: | | ||
ruff check . | ||
- name: MyPy | ||
run: | | ||
mypy -p oauth2_lib | ||
- name: License headers | ||
run: | | ||
apache-license-check --copyright "2019-`date +%Y` SURF" oauth2_lib | ||
- name: Run pre-commit hooks | ||
uses: pre-commit/[email protected] | ||
- name: Test with pytest | ||
run: | | ||
mkdir reports | ||
|
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