Skip to content

feat: swiftSoupProcessor now also gives the item to each transform fu… #6

feat: swiftSoupProcessor now also gives the item to each transform fu…

feat: swiftSoupProcessor now also gives the item to each transform fu… #6

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
test-xcode:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v