Add list all credential claims possibility (#41) #196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
swift: | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: brew install swiftlint | |
- name: Test | |
uses: mxcl/xcodebuild@v2 | |
with: | |
platform: iOS | |
- name: Lint | |
run: swiftlint lint --strict |