fix(deps): update golang.org/x/exp digest to 43b7b7c #172
This file contains 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: Push action | |
on: push | |
jobs: | |
checks: | |
runs-on: ubuntu-latest | |
env: | |
GOPATH: /home/runner/work/go | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version-file: go.mod | |
- name: Install additional dependencies | |
run: sh ./ci-deps.sh | |
- name: Run git hooks | |
run: ./.githooks/pre-commit |