Skip to content

Commit aab066d

Browse files
authored
chore: add support for a makefile (#4852)
1 parent 01e4693 commit aab066d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ scw-cli-v2-version
99

1010
# To avoid having differences in case you use a different shell than bash while recording the goldens
1111
docs/commands/autocomplete.md
12+
13+
scw

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
build:
2+
./scripts/build.sh
3+
4+
lint:
5+
./scripts/lint.sh
6+
7+
test:
8+
./scripts/test.sh
9+
10+
fmt:
11+
golangci-lint run --fix ./...

0 commit comments

Comments
 (0)