include ../../gosnowflake.mak
CMD_TARGET=workload_identity

## Install
install: cinstall

## Run
run: crun

## Lint
lint: clint

## Format source codes
fmt: cfmt

.PHONY: install run lint fmt
