Skip to content

Commit

Permalink
ci: rename and tweak actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 18, 2019
1 parent 9bef786 commit f3417c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check back-end
name: Check Python code

on: [push]

Expand All @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt -r dev-requirements.txt .
- name: Lint with flake8, eslint, etc.
- name: Lint with flake8, mypy, etc.
run: |
flake8 olapy
flake8 olapy tests
mypy olapy tests
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check back-end
name: Install and run Python tests

on: [push]

Expand Down

0 comments on commit f3417c6

Please sign in to comment.