diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8b0e0bd..35c660f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -2,7 +2,7 @@ name: PR on: pull_request: - types: [opened, reopened, synchronize] + types: [opened, reopened, synchronize] jobs: soundness: @@ -31,25 +31,25 @@ jobs: registry: image: registry:2 ports: - - 5000:5000 + - 5000:5000 container: image: swift:6.0-noble steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - persist-credentials: false + - name: Checkout repository + uses: actions/checkout@v4 + with: + persist-credentials: false - - name: Mark the workspace as safe - # https://github.com/actions/checkout/issues/766 - run: git config --global --add safe.directory ${GITHUB_WORKSPACE} + - name: Mark the workspace as safe + # https://github.com/actions/checkout/issues/766 + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - - name: Run test job - env: - REGISTRY_HOST: registry - REGISTRY_PORT: 5000 - run: | - swift test + - name: Run test job + env: + REGISTRY_HOST: registry + REGISTRY_PORT: 5000 + run: | + swift test swift-6-language-mode: name: Swift 6 Language Mode diff --git a/.spi.yml b/.spi.yml index e424596..82a03e0 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,6 +1,6 @@ version: 1 builder: configs: - - documentation_targets: - - containertool - - ContainerImageBuilderPlugin + - documentation_targets: + - containertool + - ContainerImageBuilderPlugin