Test to see if python 3.12 successful using GH tox (fails on local co… #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Code Quality On Push | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
- release-* | |
pull_request: | |
branches: | |
- develop | |
jobs: | |
call_codequality: | |
uses: ./.github/workflows/codequality.yml |