Skip to content

fix:[ASSMT-167]: Updated Docs according to Ticket [ASSMT-167]. #160

fix:[ASSMT-167]: Updated Docs according to Ticket [ASSMT-167].

fix:[ASSMT-167]: Updated Docs according to Ticket [ASSMT-167]. #160

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