We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Since this project already has a Nix flake, a simple CI could be set up using Determinate Systems' Magic Nix Cache Action:
name: Build on: push: pull_request: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flake-checker-action@main - name: Build LSP-lib with Nix run: nix build .
Sorry, something went wrong.
Thanks. I know close to nothing how Nix works, so I'd rather have some else do the CI with Nix :)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: