diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c6931cc..c3a9001 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,6 +21,11 @@ jobs: with: swift-version: '5.9.2' + - name: Output Swift version and configuration + run: | + swift --version + cat .swiftformat + - name: Fail if files need formatting run: | set -e