Updated Github Actions to run make commands
This commit is contained in:
parent
bd50b2c59c
commit
5e7a9db71c
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -44,8 +44,9 @@ jobs:
|
|||
- name: PyLint
|
||||
run: |
|
||||
pylint $( find . -path './circup.py' )
|
||||
- name: Build assets
|
||||
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
|
||||
- name: Run Test Suite
|
||||
run: |
|
||||
make test
|
||||
- name: Build docs
|
||||
working-directory: docs
|
||||
run: sphinx-build -E -W -b html . _build/html
|
||||
run: |
|
||||
make docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue