diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/perf.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
