We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e4693 commit aab066dCopy full SHA for aab066d
.gitignore
@@ -9,3 +9,5 @@ scw-cli-v2-version
9
10
# To avoid having differences in case you use a different shell than bash while recording the goldens
11
docs/commands/autocomplete.md
12
+
13
+scw
Makefile
@@ -0,0 +1,11 @@
1
+build:
2
+ ./scripts/build.sh
3
4
+lint:
5
+ ./scripts/lint.sh
6
7
+test:
8
+ ./scripts/test.sh
+fmt:
+ golangci-lint run --fix ./...
0 commit comments