Compare commits

..

2 Commits

Author SHA1 Message Date
7b246a75e3 chore: update test workflow
All checks were successful
Run tests / test (push) Successful in 1m59s
2025-09-04 11:13:19 +02:00
9e0914f685 chore: update changelog file 2025-09-04 11:13:09 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -3,19 +3,22 @@ on:
push:
jobs:
test-project:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
pip install pytest

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).