Skip to content

Commit

Permalink
Actions Configuration
Browse files Browse the repository at this point in the history
Working through initial actions configurations.
  • Loading branch information
sernst committed Jan 20, 2024
1 parent 951623b commit 5c50a2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
python-version: "3.12"
cache: poetry
# https://github.com/abatilo/actions-poetry/blob/master/action.yml
- run: |
pip install --user pipx
pipx ensurepath
- run: pipx install poetry
- run: poetry install
- run: poetry run task lint

Expand All @@ -35,5 +40,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: poetry
# https://github.com/abatilo/actions-poetry/blob/master/action.yml
- run: |
pip install --user pipx
pipx ensurepath
- run: pipx install poetry
- run: poetry install
- run: poetry run task test

0 comments on commit 5c50a2a

Please sign in to comment.