Separate GitHub Actions into 3 separate workflows: Quality, Test, TypeCheck and add testing on Windows and MacOs in addition to Linux#2060
Open
tleonhardt wants to merge 5 commits intoprompt-toolkit:mainfrom
Conversation
… TypeCheck Changes include: - Updated ruff to 0.15.8 in .pre-commit-config.yaml - Added default entry for next version to CHANGELOG with info on changes since last release - New quality.yml workflow for running pre-commit checks using prek (ruff, typos, and some generic whitespace checks) - ruff and typos checks moved here - Modified tests.yaml to run on all 3 supported oses: Windows and MacOs in addition to previous testing on Linux (Ubuntu) - New typecheck.yml - moved mypy type checking here
This file was apparently used once upon a time for Windows testing using AppVeyor.
…ConsoleScreenBufferError
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Separate GitHub Actions into 3 separate workflows (Quality, Test, TypeCheck) and add testing on Windows and MacOs in addition to Linux.
Changes include:
ruffto 0.15.8 in.pre-commit-config.yamlCHANGELOGwith info on changes since last releasequality.yamlworkflow for running pre-commit checks usingprek(ruff,typos, and some generic whitespace checks) -ruffandtyposchecks moved here fromtest.yamltest.yamlto run on all 3 supported OSes: Windows and MacOs in addition to previous testing on Linux (Ubuntu)typecheck.yaml- movedmypytype checking here fromtest.yamlappveyor.ymlwhich was apparently previously used for Window testing via AppVeyorwin32.NoConsoleScreenBufferError