Add liner and enable interactive cli to have a history and the user t… #146
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- README.md | |
pull_request: | |
branches: | |
- master | |
schedule: | |
- cron: 0 4 * * SUN | |
jobs: | |
build: | |
uses: itzg/github-workflows/.github/workflows/go-test.yml@main | |
with: | |
go-version: "1.22.12" |