Skip to content

Commit

Permalink
chore: Use reusable workflow for goose
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Oct 20, 2024
1 parent 312aa50 commit 20f72ea
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,7 @@ env:
jobs:
lint:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13
cache: pip
check-latest: true
- name: goose cache
uses: actions/cache@v4
with:
path: ~/.cache/goose
key: "${{ runner.os }}-goose-3.13-${{ hashFiles('.goose/**/manifest.json') }}"
restore-keys: |
${{ runner.os }}-goose-3.13
${{ runner.os }}-goose
- run: pip install --upgrade git-goose
- run: python3 -m goose run --select=all --delete-orphan-environments
uses: antonagestam/goose/.github/workflows/run.yaml@04b5d531eb0cd8266e00208ea06af79b34272820

type-check:
name: Type check
Expand Down

0 comments on commit 20f72ea

Please sign in to comment.