Skip to content

ci: set up a GitHub Actions workflow to release minimock #1

ci: set up a GitHub Actions workflow to release minimock

ci: set up a GitHub Actions workflow to release minimock #1

Workflow file for this run

---
name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.21.5'
- run: make lint
- run: make test