Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern naming #40

Merged
merged 7 commits into from
Jan 27, 2025
Merged

Pattern naming #40

merged 7 commits into from
Jan 27, 2025

Conversation

Buried-In-Code
Copy link
Owner

Use patterns to determine how to name and organize

@Buried-In-Code Buried-In-Code linked an issue Jan 27, 2025 that may be closed by this pull request
Add badges to README
Comment on lines +21 to +43
strategy:
fail-fast: false
matrix:
python-version:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Setup Python
run: uv python install ${{ matrix.python-version }}
- name: Install project
run: uv sync --group tests
- name: Run tests
run: uv run pytest
collector:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium test

Actions Job or Workflow does not set permissions
Comment on lines +44 to +50
needs: [pytest]
if: always()
runs-on: ubuntu-latest
steps:
- name: Check for failures
if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
run: echo job failed && exit 1

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium test

Actions Job or Workflow does not set permissions
@Buried-In-Code Buried-In-Code merged commit 9ee925e into main Jan 27, 2025
19 checks passed
@Buried-In-Code Buried-In-Code deleted the pattern-naming branch January 27, 2025 22:51
Buried-In-Code added a commit that referenced this pull request Jan 27, 2025
Use patterns to determine how to name and organize

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Series StartYear in renaming
1 participant