diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-15 18:11:40 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-15 18:13:36 -0400 |
| commit | 30d37e59e50b75c057a09fddf5b92869c0858949 (patch) | |
| tree | 7765bdb483816511506c66997eea909b83617184 /.github/workflows/kit.yml | |
| parent | a462893ecb747b8d1a6e877e5cac083d53254df1 (diff) | |
| download | python-coveragepy-git-30d37e59e50b75c057a09fddf5b92869c0858949.tar.gz | |
style: all steps should have quoted names, don't know why
Diffstat (limited to '.github/workflows/kit.yml')
| -rw-r--r-- | .github/workflows/kit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index a60840f5..9ee25fdb 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -134,7 +134,7 @@ jobs: fail-fast: false steps: - - name: Setup QEMU + - name: "Setup QEMU" if: matrix.os == 'ubuntu' # uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 |
