Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump npm-check-updates from 16.10.13 to 16.12.2 in /dashboard #35

Bump npm-check-updates from 16.10.13 to 16.12.2 in /dashboard

Bump npm-check-updates from 16.10.13 to 16.12.2 in /dashboard #35

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Atlas
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Read Go version
id: go_version
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
- name: Install Go (${{ steps.go_version.outputs.go_version }})
uses: actions/setup-go@v4
with:
go-version: ${{ steps.go_version.outputs.go_version }}
- 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"