Skip to content

refactor: Remove the local migrations package and use the latest vers… #9

refactor: Remove the local migrations package and use the latest vers…

refactor: Remove the local migrations package and use the latest vers… #9

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Build
run: scripts/build.sh
- name: Test
run: scripts/test.sh