Skip to content

Merge pull request #6 from ucpr/dependabot/go_modules/ariga.io/atlas-… #26

Merge pull request #6 from ucpr/dependabot/go_modules/ariga.io/atlas-…

Merge pull request #6 from ucpr/dependabot/go_modules/ariga.io/atlas-… #26

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Setup Go
uses: actions/[email protected]
with:
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
cache: true
- name: Build
run: go build
- name: Test
run: go test ./...