aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:52:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:52:40 +0300
commitb0bb2f6c7451c20598338a33b85376cce0128700 (patch)
treefdcb20b9b1aaab4689af897dc39e54d67e537eee /.github
parentREADME: update (diff)
downloadsetup-cygwin-b0bb2f6c7451c20598338a33b85376cce0128700.tar.gz
setup-cygwin-b0bb2f6c7451c20598338a33b85376cce0128700.zip
workflows/test: linting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
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