diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:18:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:18:48 +0300 |
commit | 3ef3874d0ba504c5fffc610481c7e68cef2351f3 (patch) | |
tree | 0a3c1edef46c5bec5f69d1b44bc4184df49a3207 | |
parent | README: fix badge link (diff) | |
download | privilege-check-3ef3874d0ba504c5fffc610481c7e68cef2351f3.tar.gz privilege-check-3ef3874d0ba504c5fffc610481c7e68cef2351f3.zip |
workflows/ci: linting
-rw-r--r-- | .github/workflows/ci.yml | 6 |
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 |