Skip to content

Update project structure with the latest template #10

Update project structure with the latest template

Update project structure with the latest template #10

Workflow file for this run

name: New pull request received
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
uses: astral-sh/setup-uv@v5

Check failure on line 14 in .github/workflows/python-check.yaml

View workflow run for this annotation

GitHub Actions / New pull request received

Invalid workflow file

The workflow is not valid. .github/workflows/python-check.yaml (Line: 14, Col: 9): 'uses' is already defined .github/workflows/python-check.yaml (Line: 15, Col: 9): 'with' is already defined
with:
enable-cache: true
version: "latest"
- name: Install dependencies
run: |
uv tool install invoke
inv env.init-dev --no-pre-commit
- name: Run pre-commit hooks
run: |
SKIP=no-commit-to-branch,commitizen-branch inv run-pre-commit-hooks