This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Update a3m transfer service Buf import paths #17
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
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
name: Atlas | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Install Go | |
uses: actions/setup-go@v4 | |
with: | |
go-version: 1.19.x | |
- name: Check atlas.sum | |
run: | | |
go run -mod=mod ariga.io/atlas/cmd/atlas@v0.5.0 \ | |
migrate validate --dir "file://./internal/storage/persistence/migrations" |