From b0bb2f6c7451c20598338a33b85376cce0128700 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:52:40 +0300 Subject: workflows/test: linting --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14a8134..95c11f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,8 +77,8 @@ jobs: if: matrix.hardlinks shell_igncr: - name: 'shell: -o igncr' runs-on: windows-2019 + name: 'shell: -o igncr' steps: - name: Checkout uses: actions/checkout@v2 @@ -100,8 +100,8 @@ jobs: shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}' shell_shellopts: - name: 'shell: SHELLOPTS' runs-on: windows-2019 + name: 'shell: SHELLOPTS' steps: - name: Checkout uses: actions/checkout@v2 -- cgit v1.2.3