From 414b88cbc87c136179618d4c945ddfd390ebce67 Mon Sep 17 00:00:00 2001 From: Patrick Fu Date: Thu, 29 Dec 2022 22:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20github=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..ad6fcfe --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,11 @@ +name: swift package resolve + +on: [push, pull_request] + +jobs: + resolve: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: Resolve + run: swift package resolve