Skip to content

Commit

Permalink
ci: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream committed Apr 22, 2024
1 parent 198ca62 commit 8f84005
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,18 @@ on:
jobs:
soundness:
container:
image: ghcr.io/lovetodream/swift-format-ci:main
image: ghcr.io/lovetodream/swift-format-ci:v5.10.0

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Mark repo safe in non-fake global config
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"
# - name: Setup swift-format
# run: |
# cd ..
# VERSION=510.1.0
# git clone https://github.com/apple/swift-format.git
# cd swift-format
# git checkout "tags/$VERSION"
# swift build -c release
# cd "${GITHUB_WORKSPACE}"
- name: Run soundness
run: scripts/soundness.sh
# run: |
# export SWIFTFORMAT_BIN=$(pwd)/../swift-format/.build/release/swift-format
# scripts/soundness.sh
# exit $(git status --porcelain | wc -l)
run: |
scripts/soundness.sh
exit $(git status --porcelain | wc -l)
api-breakage:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 8f84005

Please sign in to comment.