Swift Playgrounds
ActionsTags
(2)A simple GitHub action to run Swift Playgrounds.
Important: Make sure your '.playground' folders are in the repos root directory.
Note: This action will not work for '.playgroundbook's (as of now).
name: Playgrounds CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-playgrounds:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: thisisthefoxe/swift-playgrounds-action@v1
Swift Playgrounds is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.