docs: 📝 move user types over into user personas document (#994) #218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build package | |
on: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
# Config files | |
- ".github/**" | |
- ".vscode/**" | |
- ".gitignore" | |
# Documentation | |
- "docs/**" | |
- "*.md" | |
- "*.qmd" | |
- "justfile" | |
# Website files | |
- _quarto.yml | |
- index.qmd | |
- _publish.yml | |
- _extensions/** | |
push: | |
branches: | |
- main | |
jobs: | |
lint: | |
uses: seedcase-project/.github/.github/workflows/reusable-lint-python.yml@main | |
test: | |
uses: seedcase-project/.github/.github/workflows/reusable-test-python.yml@main | |
needs: lint |