Skip to content

Merge pull request #84 from form3tech-oss/wp-handle-options #121

Merge pull request #84 from form3tech-oss/wp-handle-options

Merge pull request #84 from form3tech-oss/wp-handle-options #121

Workflow file for this run

on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Setup Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version-file: go.mod
- run: make goimports-check
- name: Test
run: make test