From 9f5d76cf22456eaffb01df11a44e0f12146f8805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=84?= Date: Sat, 13 Jan 2024 01:23:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20uses=20-=EB=8C=80=EC=89=AC=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/swift.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 5c9d2d512..5c28b0d81 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,8 +17,9 @@ jobs: steps: - name: Checkout branch uses: actions/checkout@v3 + - name: Tuist Clean Command - - uses: tuist/tuist-action@0.13.0 + uses: tuist/tuist-action@0.13.0 with: command: 'clean' arguments: ''