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

feat(ci): Set up basic CI #1

Merged
merged 5 commits into from
Jan 28, 2025
Merged

feat(ci): Set up basic CI #1

merged 5 commits into from
Jan 28, 2025

Conversation

tiulpin
Copy link
Owner

@tiulpin tiulpin commented Jan 28, 2025

This pull request introduces a new CI workflow and Dependabot configuration to automate dependency updates and continuous integration for the project. The most important changes include setting up Dependabot to manage GitHub Actions and Go module dependencies and configuring a CI workflow to run tests and linting on pull requests and pushes to the main branch.

Dependabot configuration:

  • .github/dependabot.yml: Added configuration for Dependabot to update GitHub Actions and Go module dependencies weekly.

CI workflow setup:

  • .github/workflows/ci.yml: Added a new CI workflow to run tests and linting using GitHub Actions on pushes to the main branch and on pull requests.

@tiulpin tiulpin merged commit 12d35e2 into main Jan 28, 2025
1 check passed
@tiulpin tiulpin deleted the setup-ci branch January 28, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant