We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73796a2 commit 522e7adCopy full SHA for 522e7ad
1 file changed
.github/workflows/main.yml
@@ -1,5 +1,14 @@
1
-# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
+# -*- coding: utf-8 -*-
+# :Project: python-rapidjson -- Github Actions configuration
3
+# :Created: Fri Oct 2 06:52:59 2020 CEST
4
+# :Author: Martin Thoma <info@martin-thoma.de>
5
+# :License: MIT License
6
+# :Copyright: © 2020 Martin Thoma
7
+# :Copyright: © 2020 Lele Gaifax
8
+#
9
+
10
+# For more information see:
11
+# https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
12
13
name: Python Unittests
14
0 commit comments