Skip to content

Commit

Permalink
ci: fix main workflow (#72)
Browse files Browse the repository at this point in the history
* ci: fix main workflow

* Update .github/workflows/main.yaml
  • Loading branch information
nealrichardson authored Mar 4, 2024
1 parent ec19c93 commit f699c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
pull_request:
paths:
- '.github/workflows/main.yaml'
jobs:
default:
runs-on: ubuntu-latest
Expand All @@ -21,4 +24,3 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: make
- run: make install
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PYTHON := python3

default:
make deps
make install
make test
make lint
make build
Expand Down

0 comments on commit f699c06

Please sign in to comment.