Skip to content

Introduce the crossorigin attribute #297

Introduce the crossorigin attribute

Introduce the crossorigin attribute #297

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-pushpull:
runs-on: ubuntu-latest
container: swift:5.9.2-jammy
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test