aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: c02a2276e9ec30412e53433737d35a645131f279 (plain)
1
2
3
4
5
6
7
8
9
swift_version = 5.3

format:
	swift format -i -r .

lint:
	swift format lint -r .

.PHONY: format lint docker-build docker-push