-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate JIRA actions to own repo #1
Conversation
9514978
to
8f1ae0f
Compare
7533c78
to
08d2dad
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
bbed778
to
f0949c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
27d40f1
to
5a387d6
Compare
…e20) - refactor(tests): add tests and GH workflow for pytest - refactor: move source code to src directory
38854b0
to
21ee9ae
Compare
- add commitizen support to pyproject.toml - add Danger for GitHub - add pre-commit hook for codespell - add pre-commit hook prettier - formatting Markdown files - add pre-commit workflow to CI
21ee9ae
to
d3b81da
Compare
76add90
to
b9425a2
Compare
b9425a2
to
f4388e6
Compare
NOTE: Code on default branch (
v1
) is the original (same) code from repoespressif/github-actions
. Doing PR over it to have a basis for reviewing the code changes made in this migration process.Dockerfile
, removing unnecessary statements; more fixed base image20
), Python 3.11requirements.txt
file by pre-commit hookTested
Related