Skip to content

(fea) optics isomorphism #37

(fea) optics isomorphism

(fea) optics isomorphism #37

Workflow file for this run

##
## Quality checks
##
name: check
on:
pull_request:
types:
- opened
- synchronize
jobs:
code:
runs-on: ubuntu-latest
strategy:
matrix:
module: ["hseq", "optics", "pipe", "pure", "trait"]
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/[email protected]
- uses: dominikh/[email protected]
with:
install-go: false
working-directory: ${{ matrix.module }}