Skip to content

Commit 2110839

Browse files
authored
Merge pull request #6 from pouralijan/5-update-ci-branch
feat: Update CI.
2 parents 122dfc8 + 7c96a26 commit 2110839

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
65
pull_request:
7-
branches: [ main ]
86

97
jobs:
108
lint:
@@ -23,4 +21,4 @@ jobs:
2321
- name: Run ruff check
2422
run: uv run ruff check .
2523
- name: Run ruff format check
26-
run: uv run ruff format --check .
24+
run: uv run ruff format --check .

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main ]
65
pull_request:
7-
branches: [ main ]
86

97
jobs:
108
test:
@@ -34,4 +32,4 @@ jobs:
3432
run: uv run ruff check .
3533

3634
- name: Run ruff format check
37-
run: uv run ruff format --check .
35+
run: uv run ruff format --check .

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Avanak
22

3+
[![CI](https://github.com/pouralijan/avanak-python/actions/workflows/test.yml/badge.svg)](https://github.com/pouralijan/avanak-python/actions/workflows/test.yml)
34
[![PyPI version](https://badge.fury.io/py/avanak.svg)](https://pypi.org/project/avanak/)
45
[![Python versions](https://img.shields.io/pypi/pyversions/avanak.svg)](https://pypi.org/project/avanak/)
56
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)