Skip to content

Commit 7ec888c

Browse files
authored
ci: 👷 lint is now part of build workflow (#57)
## Description Based on the changes in the `.github` repo, the lint workflow was removed and merged into a general "build" workflow. So this matches that workflow. <!-- Select quick/in-depth as necessary --> Doesn't need a review.
1 parent eb5ecb0 commit 7ec888c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,14 @@ on:
1313
- "docs/**"
1414
- "*.md"
1515
- "*.qmd"
16-
- "justfile"
1716
# Website files
1817
- _quarto.yml
19-
- index.qmd
2018
- _publish.yml
2119
- _extensions/**
2220
push:
2321
branches:
2422
- main
2523

2624
jobs:
27-
lint:
28-
uses: seedcase-project/.github/.github/workflows/reusable-lint-python.yml@main
29-
30-
test:
31-
uses: seedcase-project/.github/.github/workflows/reusable-test-python.yml@main
32-
needs: lint
25+
build:
26+
uses: seedcase-project/.github/.github/workflows/reusable-build-python.yml@main

0 commit comments

Comments
 (0)