Skip to content
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

Add common workflows and files #8

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Add common workflows and files #8

merged 2 commits into from
Dec 4, 2024

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Dec 4, 2024

This pull request includes several significant changes to the configuration and workflows of the project. The changes focus on adding new GitHub Actions workflows, updating the README file, and removing the Travis CI configuration.

Configuration and Workflow Updates:

  • .editorconfig: Added configuration to enforce consistent coding styles, including charset, end-of-line, and indentation settings.
  • .github/release.yml: Added a release configuration to categorize changes and exclude specific labels from the changelog.
  • .github/workflows/ci.yml: Introduced a new CI workflow to build and test the project on different Go versions, and create/update draft releases.
  • .github/workflows/codeql.yml: Added CodeQL analysis workflow to perform security and quality checks on the codebase.
  • .github/workflows/dependency-review.yml: Added a dependency review workflow to analyze dependencies on pull requests.
  • .github/workflows/labeler.yml: Added a pull request labeler workflow to automatically label pull requests based on their content.

Documentation Updates:

  • README.md: Updated the badges to reflect the new CI status, Go Report Card, and Go version. Also, improved the section headers for serialization and deserialization examples. [1] [2] [3] [4]

Removal of Travis CI:

  • .travis.yml: Removed the Travis CI configuration as the project has transitioned to GitHub Actions for continuous integration.

@github-advanced-security
Copy link

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.

@lucacome lucacome merged commit 79b8314 into master Dec 4, 2024
6 checks passed
@lucacome lucacome deleted the chore/add-workflows branch December 4, 2024 01:44
@lucacome lucacome added the chore label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant