AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

feat: Workflow now checks more OS #64

Closed Poiuy7312 closed 11 months ago

Poiuy7312 commented 11 months ago

Previously the workflow only ran on Linux but now it should run on Linux, MacOS and Windows making it easier to make sure chasten is running properly on all major platforms.

gkapfham commented 11 months ago

Hello @Poiuy7312, is it possible for you to get this branch to a passing state for all of the different checks on all of the different operating systems that we support?

gkapfham commented 11 months ago

Hello @Poiuy7312, would this discussion help to solve the issue that you are facing?

https://github.com/Textualize/rich-cli/issues/67

jnormile commented 11 months ago

Adding @AidanNeeson as a reviewer; he'll be interested in the changes to CI/CD workflow.