diff options
| author | J08nY | 2021-04-10 16:58:23 +0200 |
|---|---|---|
| committer | J08nY | 2021-04-10 17:00:00 +0200 |
| commit | a7ad11f7cd917be55dbd036a516fefda4d19dd4a (patch) | |
| tree | 02f5903cdf83b33db998e5c1c9455e3e8b4acb21 /.github | |
| parent | ca44c914198ecb5242d725fae512f5f5ab79c32f (diff) | |
| download | pyecsca-a7ad11f7cd917be55dbd036a516fefda4d19dd4a.tar.gz pyecsca-a7ad11f7cd917be55dbd036a516fefda4d19dd4a.tar.zst pyecsca-a7ad11f7cd917be55dbd036a516fefda4d19dd4a.zip | |
Diffstat (limited to '.github')
| -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 |
