Skip to content

cmd/ecs - add CLI tool to check if field exists #49

cmd/ecs - add CLI tool to check if field exists

cmd/ecs - add CLI tool to check if field exists #49

Workflow file for this run

name: Go
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Test
run: go test ./...
test-generator:
name: test-generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Test
working-directory: ./internal/generator
run: go run .