aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:18:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:18:48 +0300
commit3ef3874d0ba504c5fffc610481c7e68cef2351f3 (patch)
tree0a3c1edef46c5bec5f69d1b44bc4184df49a3207 /.github
parentREADME: fix badge link (diff)
downloadprivilege-check-3ef3874d0ba504c5fffc610481c7e68cef2351f3.tar.gz
privilege-check-3ef3874d0ba504c5fffc610481c7e68cef2351f3.zip
workflows/ci: linting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e15b5ef..81224d0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,13 +23,13 @@ jobs:
- {os: ubuntu-20.04, toolset: mingw}
runs-on: '${{ matrix.os }}'
name: 'Build: ${{ matrix.os }} / ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}'
+ defaults:
+ run:
+ shell: pwsh
env:
TOOLSET: '${{ matrix.toolset }}'
PLATFORM: '${{ matrix.platform }}'
CONFIGURATION: '${{ matrix.configuration }}'
- defaults:
- run:
- shell: pwsh
steps:
- name: Checkout
uses: actions/checkout@v2