diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml new file mode 100644 index 0000000..21ae770 --- /dev/null +++ b/.github/workflows/swift.yml @@ -0,0 +1,22 @@ +# This workflow will build a Swift project +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift + +name: Swift + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: macos-latest + + steps: + - uses: actions/checkout@v4 + - name: Build + run: swift build -v + - name: Run tests + run: swift test -v diff --git a/README.md b/README.md index 382676a..2ae86e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# SSHConfig +# SSHConfig 357648c1ecd2206585a14e61d09e6bb781d085b0 -SSH config manipulation library - -See tests for usage. +SSH config diff --git a/grateful moment b/grateful moment new file mode 100644 index 0000000..261a9dd --- /dev/null +++ b/grateful moment @@ -0,0 +1 @@ +#config zip-file gratefulmoment/phone storage \ No newline at end of file