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 6799bcf commit 248d579Copy full SHA for 248d579
tests/fixtures/project_templating/test-me/Makefile
@@ -0,0 +1,12 @@
1
+all: test
2
+
3
+test:
4
+ bash test.sh
5
6
+lint:
7
+ bash lint.sh
8
9
+format:
10
+ isort -y $(find test_me -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
11
+ black -l 79 test_me
12
+ black -l 79 tests
tests/fixtures/project_templating/test-me/changelog.yml
@@ -0,0 +1,9 @@
+name: test-me
+organisation:
+releases:
+- changes:
+ - action: first release
+ details:
+ - what a feat!
+ version: 0.0.1
+ date:
0 commit comments