Skip to content

thisIsTheFoxe/swift-playgrounds-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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