Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SwiftPackageIndex/PackageList-Validator
A command-line tool which validates the entries in the Swift Package Index Package List.
https://github.com/SwiftPackageIndex/PackageList-Validator
Last synced: 3 months ago
JSON representation
A command-line tool which validates the entries in the Swift Package Index Package List.
- Host: GitHub
- URL: https://github.com/SwiftPackageIndex/PackageList-Validator
- Owner: SwiftPackageIndex
- License: apache-2.0
- Created: 2020-10-09T13:12:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T08:34:10.000Z (5 months ago)
- Last Synced: 2024-07-05T13:46:17.853Z (4 months ago)
- Language: Swift
- Homepage: https://github.com/SwiftPackageIndex/PackageList
- Size: 98.1 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# spi-validator
Validator for nightly PackageList validation.
NB: the Swift version the validator is compiled with does not affect the Swift version that's being used to dump package details. At runtime, it will use the the system's installed Swift version to run `swift package dump-packge`, and this version may be newer than the one `validator` has been compiled with.
## Prepare new release
- Run `make commit` (if there have been any code level changes)
- Push
- Merge to `main` for it to be picked up