Skip to content

basic DOM element bindings #51

basic DOM element bindings

basic DOM element bindings #51

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths:
- "**.swift"
- "**.yml"
pull_request:
branches: [main]
paths-ignore:
- "**/README.md"
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
image: ["swift:6.1", "swiftlang/swift:nightly-6.2-noble"]
container:
image: ${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build --build-tests
- name: Run Tests
run: swift test