Run command in a Flox environment
Version updated for https://github.com/flox/activate-action to version v1.1.0.
- This action is used across all versions by 13 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The flox/activate-action GitHub Action allows developers to run commands in the context of a Flox environment, enabling seamless integration of reproducible developer environments into CI/CD workflows. It automates tasks such as building, testing, and deploying projects within a consistent and portable environment, eliminating the need to manage containers manually. This action simplifies workflows by providing a robust mechanism to activate and execute commands in remote or local environments.
Release notes
What’s Changed
- typo fix: Add missing ‘v’ by @bkietz in https://github.com/flox/activate-action/pull/1
- fix: add timeout-minutes and FLOX_DISABLE_METRICS by @garbas in https://github.com/flox/activate-action/pull/2
- feat:
diroption added by @garbas in https://github.com/flox/activate-action/pull/4 - chore(deps): bump actions/checkout from 4 to 5 in the all group by @dependabot[bot] in https://github.com/flox/activate-action/pull/6
- Address –remote removal in Flox 1.8.0 raised in issue#8 by @atmask in https://github.com/flox/activate-action/pull/9
New Contributors
- @bkietz made their first contribution in https://github.com/flox/activate-action/pull/1
- @garbas made their first contribution in https://github.com/flox/activate-action/pull/2
- @dependabot[bot] made their first contribution in https://github.com/flox/activate-action/pull/6
- @atmask made their first contribution in https://github.com/flox/activate-action/pull/9
Full Changelog: https://github.com/flox/activate-action/compare/v1...v1.1.0