Skip to content

feat: [ASSMT-650]: show not supported stages in console #220

feat: [ASSMT-650]: show not supported stages in console

feat: [ASSMT-650]: show not supported stages in console #220

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 .)