scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

Setup github action to test build for pull requests/push for master #261

Closed Aloisius closed 8 months ago

Aloisius commented 9 months ago

This workflow should build and test on the latest Swift 5 release as well as 5.7 on both MacOS and Linux when pull requests are created targeting master or there is a push to master.

This should keep future pull requests from breaking tests.

Note: This pull requests will show "some checks were not successful" since there are tests currently failing (see #260), but the action works as intended.

scinfu commented 8 months ago

thank you