Skip to content

simon/simple swift tokenizer tests #1

simon/simple swift tokenizer tests

simon/simple swift tokenizer tests #1

name: Swift Testing
on:
pull_request:
paths:
- '**.swift'
jobs:
swiftlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run SwiftTesting
uses: GetAutomaApp/opensource-actions/swifttesting@main
with:
working-directory: "Tokenizer"
compose: "false"