Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6954:22177f3ea206
fix indentation.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 22:53:34 -0400 |
| parents | 301f352b5d63 |
| children | 0a46ce061db6 |
comparison
equal
deleted
inserted
replaced
| 6953:301f352b5d63 | 6954:22177f3ea206 |
|---|---|
| 19 permissions: | 19 permissions: |
| 20 contents: read | 20 contents: read |
| 21 | 21 |
| 22 concurrency: | 22 concurrency: |
| 23 group: ${{ github.workflow }}-${{ github.ref }} | 23 group: ${{ github.workflow }}-${{ github.ref }} |
| 24 cancel-in-progress: true | 24 cancel-in-progress: true |
| 25 | 25 |
| 26 jobs: | 26 jobs: |
| 27 test: | 27 test: |
| 28 name: CI build test | 28 name: CI build test |
| 29 | 29 |
