This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
fix(deps): update golang.org/x/exp digest to 02704c9 #1067
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: test | |
on: | |
push: | |
branchs: | |
- main | |
pull_request: {} | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.20' | |
- run: make setup-ci-env | |
- run: make validate-ci | |
- run: make validate | |
- run: make test |