Skip to content

Support gljdeps.edn in go module roots, automating pkgmap and glj source embedding for glojure projects #174

Support gljdeps.edn in go module roots, automating pkgmap and glj source embedding for glojure projects

Support gljdeps.edn in go module roots, automating pkgmap and glj source embedding for glojure projects #174

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run 'PATH=$(go env GOPATH)/bin:$PATH make test'