ci(workflows): add PR title linting and upgrade verify and lint workflows#65
Merged
Conversation
…lows 1- Add lint-pr.yml to enforce conventional commits specification ( feat:, fix:, perf:) on PR titles 2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed 3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling 4- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations 5- Remove validate.yml as it's already covered in verify.yml 6- Update security.yml to run weekly ci(workflows): optimize CI pipeline with matrix testing, path filtering, and PR linting 1- Add lint-pr.yml to enforce conventional commits specification (feat:, fix:, perf:) on PR titles 2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed 3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling 4- Convert benchmark.yml to a matrix (sqlite, postgres) for parallel, deduplicated benchmark runs 5- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations 6- Remove validate.yml as it is already covered in verify.yml 7- Update security.yml to run weekly via scheduled cron 8- Add coverage targets to makefile and ignore generated coverage files in gitignore
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.
1- Add lint-pr.yml to enforce conventional commits specification ( feat:, fix:, perf:) on PR titles
2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed
3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling
4- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations
5- Remove validate.yml as it's already covered in verify.yml
6- Update security.yml to run weekly
ci(workflows): optimize CI pipeline with matrix testing, path filtering, and PR linting
1- Add lint-pr.yml to enforce conventional commits specification (feat:, fix:, perf:) on PR titles
2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed
3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling
4- Convert benchmark.yml to a matrix (sqlite, postgres) for parallel, deduplicated benchmark runs
5- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations
6- Remove validate.yml as it is already covered in verify.yml
7- Update security.yml to run weekly via scheduled cron
8- Add coverage targets to makefile and ignore generated coverage files in gitignore