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

use devbox for creating env #4

Merged
merged 3 commits into from
May 10, 2024
Merged

use devbox for creating env #4

merged 3 commits into from
May 10, 2024

Conversation

ryoppippi
Copy link
Owner

No description provided.

ryoppippi added 3 commits May 10, 2024 12:36
This commit introduces devbox.json and devbox.lock files to the
repository. These files are used to specify and lock the versions of
Zig and ZLS (Zig Language Server) that are used in the development
environment. This ensures that all developers use the same versions,
leading to a more consistent development experience.
The CI workflow has been updated to use the devbox-install-action
instead of setup-zig. This change simplifies the workflow and makes it
more maintainable. The zig fmt and zig build commands have been replaced
with devbox run fmt and devbox run test respectively.
@ryoppippi ryoppippi merged commit 5e46cc4 into main May 10, 2024
5 checks passed
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