Skip to content

Swift Playgrounds

Actions
Run all Swift Playgrounds in a repository
v1.1.2
Latest
Star (6)

Swift Playgrounds Action

GitHub Marketplace Playgrounds CI

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).

Usage

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.

About

Run all Swift Playgrounds in a repository
v1.1.2
Latest

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.