Skip to content

feat(ocaml): add initial ocaml setup #834

feat(ocaml): add initial ocaml setup

feat(ocaml): add initial ocaml setup #834

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix shell -c sh -c "yarn install && yarn run test"