chore: CI template nits

- Fix YAML nits per `yamllint`
- Upgrade Go version to `1.19`
This commit is contained in:
Christopher Allen Lane
2022-08-05 07:21:27 -04:00
parent 73f80bde48
commit eb99a070ce
3 changed files with 49 additions and 64 deletions

View File

@ -1,3 +1,4 @@
---
name: homebrew
on:
@ -11,7 +12,8 @@ jobs:
steps:
- uses: mislav/bump-homebrew-formula-action@v1
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
# A PR will be sent to github.com/Homebrew/homebrew-core to update
# this formula:
formula-name: cheat
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}