mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 01:06:21 +00:00
👷 Update Docker and quality checks in CI configuration
This commit is contained in:
9
.github/workflows/quality.yaml
vendored
9
.github/workflows/quality.yaml
vendored
@@ -14,10 +14,13 @@ jobs:
|
||||
include:
|
||||
- check: format
|
||||
name: "Format Check"
|
||||
command: "pdm run ruff format --check ."
|
||||
command: "uv run ruff format --check ."
|
||||
- check: lint
|
||||
name: "Lint Check"
|
||||
command: "pdm run ruff check ."
|
||||
command: "uv run ruff check ."
|
||||
- check: type
|
||||
name: "Type Check"
|
||||
command: "uv run ty check ."
|
||||
|
||||
name: ${{ matrix.name }}
|
||||
|
||||
@@ -42,6 +45,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup Copywrite
|
||||
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
|
||||
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035 #v1.1.3
|
||||
- name: Check Header Compliance
|
||||
run: copywrite headers --plan --config .copywrite.hcl
|
||||
|
||||
Reference in New Issue
Block a user