diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:52:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:52:40 +0300 |
commit | b0bb2f6c7451c20598338a33b85376cce0128700 (patch) | |
tree | fdcb20b9b1aaab4689af897dc39e54d67e537eee | |
parent | README: update (diff) | |
download | setup-cygwin-b0bb2f6c7451c20598338a33b85376cce0128700.tar.gz setup-cygwin-b0bb2f6c7451c20598338a33b85376cce0128700.zip |
workflows/test: linting
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files 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 |