diff --git a/.github/workflows/linux-tests.yaml b/.github/workflows/linux-tests.yaml index f2946c0..ed428ff 100644 --- a/.github/workflows/linux-tests.yaml +++ b/.github/workflows/linux-tests.yaml @@ -25,4 +25,4 @@ jobs: - name: Install dependencies run: sudo apt install subversion mercurial bzr - name: Test - run: make test \ No newline at end of file + run: make test diff --git a/.github/workflows/windows-tests.yaml b/.github/workflows/windows-tests.yaml index 2ec5c38..7da86c1 100644 --- a/.github/workflows/windows-tests.yaml +++ b/.github/workflows/windows-tests.yaml @@ -30,4 +30,4 @@ jobs: # windows installer is still bzr 2.5. The installer does not setup working # cacerts. This needs to be manually modified to get working. Skipping # tests in this environment as there are environment problems. - SKIP_BZR: "true" \ No newline at end of file + SKIP_BZR: "true"