Skip to content

Commit

Permalink
build: add workflow for spm verify
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Aug 28, 2024
1 parent 27f0bee commit c335fc5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/spm-verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Swift Package Manager Verify
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
publish:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Verify
run: swift package dump-package

0 comments on commit c335fc5

Please sign in to comment.