Discourse | Documentation | Blog | Twitter
Runs command in the context of Flox environment.
Create .github/workflows/ci.yml
in your repo with the following contents:
name: "CI"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install flox
uses: flox/install-flox-action@v2
- name: Build website
uses: flox/activate-action@v1
with:
command: npm run build
We are happy to welcome you to our Discourse forum and answer your questions! You can always reach out to us directly via the flox twitter account or chat to us directly on Matrix or Discord.
Feel free to file a new issue with a respective title and
description on the the flox/activate-action
repository. If you already
found a solution to your problem, we would love to review your pull request!
The activate-action
is licensed under the MIT. See LICENSE.