Merge pull request #101 from drewkerrigan/bump-ci

Bump GH Actions
This commit is contained in:
Markus Opolka 2025-04-11 15:53:39 +02:00 committed by GitHub
commit ccf05d469a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,11 @@
name: CI
on: [push, pull_request]
on:
push:
branches: [main, master]
tags:
- v*
pull_request:
jobs:
gitHubActionForPytest:
@ -11,7 +16,7 @@ jobs:
name: GitHub Action
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install -r requirements-dev.txt

View File

@ -1,2 +1,2 @@
coverage==6.5.0
pylint==2.17.7
coverage==7.8.0
pylint==3.3.6