Skip to content

13 Test cases added and hg (mercurial) source is being added . #31

13 Test cases added and hg (mercurial) source is being added .

13 Test cases added and hg (mercurial) source is being added . #31

Workflow file for this run

name: Crystal CI
on: [push, pull_request]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nix build .#crystal2nix
- name: Run tests
run: nix flake check