Skip to content

feat: [ASSMT-551]: Add Skip Details in Migration Summary #208

feat: [ASSMT-551]: Add Skip Details in Migration Summary

feat: [ASSMT-551]: Add Skip Details in Migration Summary #208

Workflow file for this run

on: [pull_request]
name: All Checks
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: test -z $(gofmt -l .)