Skip to content

fix: adjust lambda merging regex #4

fix: adjust lambda merging regex

fix: adjust lambda merging regex #4

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run tests
run: |
make test