aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml18+8 −10
1 files changed, 8 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a2e427c..fc0c63e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2026 Nikolay Govorov
-# SPDX-License-Identifier: Apache-2.0
+# SPDX-License-Identifier: 0BSD
name: CI
@@ -30,15 +30,13 @@ jobs:
- name: Check Python
run: |
- ruff check tasks tests
- ruff format --check tasks tests
+ ruff check tasks/_*.py tasks/package tasks/publish tests/fakes/boto3.py
+ ruff format --check tasks/_*.py tasks/package tasks/publish tests/fakes/boto3.py
- - name: Tests
+ - name: Check package contract
run: |
- tests/licenses-json.py
- tests/oci-tasks.py
+ tests/package
+ tests/package-integration
- tests/package.py
- tests/package-integration.py
-
- tests/publish-integration.py
+ - name: Check publish contract
+ run: tests/publish-integration