Skip to content

Move --input option to the right position #16

Move --input option to the right position

Move --input option to the right position #16

Workflow file for this run

name: "continuous-integration"
on: [push, pull_request]
jobs:
build:
name: CI build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/[email protected]
with:
go-version: "1.21"
- name: Run tests
run: go test ./...