Skip to content

Commit

Permalink
ci: maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream committed Apr 22, 2024
1 parent 9a431e1 commit ffa3ac5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ on:
jobs:
soundness:
container:
image: mtgto/swift-format:5.10
image: ghcr.io/lovetodream/swift-format-ci:main

runs-on: ubuntu-latest

steps:
- name: Install git
run: env DEBIAN_FRONTEND=noninteractive apt-get install -y git
- uses: actions/checkout@v4
# - name: Mark repo safe in non-fake global config
# run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"
Expand Down

0 comments on commit ffa3ac5

Please sign in to comment.