Skip to content

PDLMobileApps/clean-runner-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

clean-runner-action

Cleans the workspace and Xcode cache for Github runners

Here is an example of how you can use this action in your workflow:

name: Clean Runner Files Workflow

on: [push]

jobs:
  clean-runner:
    runs-on: macos-latest
    steps:  
      - name: Clean Runner Files
        uses: PDLMobileApps/clean-runner-action@main
        with:
          workspace: ${{ github.workspace }}
          xcode_version: 15.4

      - name: Checkout Code
        uses: actions/checkout@v2
      

If workspace is not provided, it will not be cleaned. If xcode_version is not provided, 15.2 will be used by default.

About

Cleans the workspace and Xcode cache for Github runners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published