Skip to content

Add test script command to prompt #3

Add test script command to prompt

Add test script command to prompt #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
if: github.repository == 'increase/increase-go'
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
- run: |
go build ./...