Skip to content

Commit 5c52a21

Browse files
Merge pull request #6 from garrettsummerfi3ld/chore/update-readme
Update README.md
2 parents 013a263 + eb06627 commit 5c52a21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ A small Python script to install wxWidgets 3.2.1 and build automatically.
44

55
Tested on Windows 10/11 with Visual Studio 2022 (17)
66

7-
GitHub Actions runs successfully on Windows 10/11 with Visual Studio 2019 (16) and 2022 (17)
7+
GitHub Actions runs successfully on Windows 10/11 with Visual Studio 2019 (16) and 2022 (17). You can verify with the "Validate install" workflow running on a matrix of Python versions and Windows versions.
8+
9+
| Workflow | Status |
10+
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11+
| Validate install | [![Validate install](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/validate-win.yml/badge.svg)](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/validate-win.yml) |
12+
| Pytest with flake8 | [![Pytest with flake8](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/test.yml/badge.svg)](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/test.yml) |
13+
| Pylint | [![Pylint](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/pylint.yml/badge.svg)](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/pylint.yml) |
14+
| CodeQL | [![CodeQL](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/garrettsummerfi3ld/wxWidgetsInstallScript/actions/workflows/github-code-scanning/codeql) |
815

916
## Requirements
1017

0 commit comments

Comments
 (0)