From a7ad11f7cd917be55dbd036a516fefda4d19dd4a Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 10 Apr 2021 16:58:23 +0200 Subject: Add pre-commit. --- .github/workflows/lint.yml | 2 +- .github/workflows/perf.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ae3693e..0da3096 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,4 +49,4 @@ jobs: make codestyle-all - name: Documentation coverage run: | - make doc-coverage \ No newline at end of file + make doc-coverage diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index b4a2693..d3cc261 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -60,4 +60,4 @@ jobs: with: name: perf-results path: - .perf \ No newline at end of file + .perf diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a799d0..e09003a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,4 +60,4 @@ jobs: if: ${{ matrix.python-version == 3.9 }} with: env_vars: PYTHON,USE_GMP - functionalities: gcov \ No newline at end of file + functionalities: gcov -- cgit v1.2.3-70-g09d2