Skip to content

GitHub Action to validate if a Xcode Project file is sorted

Notifications You must be signed in to change notification settings

nthState/ValidateXcodeProjectSorted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Validate Xcode Project file is sorted

This GitHub Action validates if an Xcode project file is sorted.

When working with other developers, you may find it easier to merge project files that are sorted alphabetically.

Inputs

project-path

Required The path to the Xcode project file.

report-warnings-as-error

Optional Report warnings as errors. Defaults to false.

Example usage

uses: nthState/ValidateXcodeProjectSorted
with:
  project-path: './ios/App.xcodeproj'
  report-warnings-as-error: true

About

GitHub Action to validate if a Xcode Project file is sorted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages