Skip to content

Commit 522e7ad

Browse files
committed
Add usual file header
1 parent 73796a2 commit 522e7ad

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# -*- coding: utf-8 -*-
2+
# :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
312

413
name: Python Unittests
514

0 commit comments

Comments
 (0)