Skip to content

Merge pull request #21 from uji/uji/support-array-types #31

Merge pull request #21 from uji/uji/support-array-types

Merge pull request #21 from uji/uji/support-array-types #31

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
test:
permissions:
contents: 'read'
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Dependencies
run: |
docker run \
--rm \
--volume "$(pwd):/src" \
--workdir /src \
golang:1.20.0-bullseye make wrench
- name: Test
run: |
make test-docker