Skip to content

fix(deps): update module github.com/samber/slog-multi to v1.2.2 #160

fix(deps): update module github.com/samber/slog-multi to v1.2.2

fix(deps): update module github.com/samber/slog-multi to v1.2.2 #160

Workflow file for this run

name: generated
on:
- push
- pull_request
jobs:
atlas:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install atlas CLI
run: curl -sSf https://atlasgo.sh | sh
- name: Hash migrations
run: atlas migrate hash --dir "file://migrations/sql?format=golang-migrate"
- name: Ensure no changes
run: git diff --exit-code
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jetify-com/[email protected]
with:
enable-cache: true
- name: Run generation tasks
run: devbox run generate
- name: Ensure no changes
run: git diff --exit-code