nominaldelta

nominal difference of date/datetime
git clone https://git.ce9e.org/nominaldelta.git

commit
1df8e6badf52a9e971b235c2da6cc30cc4f04f01
parent
61b6d766ea718e7f10aeb8b19c5d686093249b65
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-08-31 08:42
ci: test with different python versions

Diffstat

M .github/workflows/main.yml 7 +++++++

1 files changed, 7 insertions, 0 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -2,9 +2,16 @@ on: [push]
    2     2 jobs:
    3     3   checks:
    4     4     runs-on: ubuntu-latest
   -1     5     strategy:
   -1     6       matrix:
   -1     7         include:
   -1     8           - python: '3.8'
   -1     9           - python: '3.12'
    5    10     steps:
    6    11     - uses: actions/checkout@v4
    7    12     - uses: actions/setup-python@v5
   -1    13       with:
   -1    14         python-version: ${{ matrix.python }}
    8    15     - run: python3 -m pip install ruff
    9    16     - name: lint
   10    17       run: ruff check