diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 506d78b..f35acc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,7 @@ name: CI on: push: - branches: [ main ] pull_request: - branches: [ main ] jobs: lint: @@ -23,4 +21,4 @@ jobs: - name: Run ruff check run: uv run ruff check . - name: Run ruff format check - run: uv run ruff format --check . \ No newline at end of file + run: uv run ruff format --check . diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a764c6..ad6cdb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,7 @@ name: Test on: push: - branches: [ main ] pull_request: - branches: [ main ] jobs: test: @@ -34,4 +32,4 @@ jobs: run: uv run ruff check . - name: Run ruff format check - run: uv run ruff format --check . \ No newline at end of file + run: uv run ruff format --check . diff --git a/README.md b/README.md index d003732..c657f98 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Avanak +[![CI](https://github.com/pouralijan/avanak-python/actions/workflows/test.yml/badge.svg)](https://github.com/pouralijan/avanak-python/actions/workflows/test.yml) [![PyPI version](https://badge.fury.io/py/avanak.svg)](https://pypi.org/project/avanak/) [![Python versions](https://img.shields.io/pypi/pyversions/avanak.svg)](https://pypi.org/project/avanak/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)