Apple
This commit is contained in:
14
.github/actions/clang-format/action.yml
vendored
Normal file
14
.github/actions/clang-format/action.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Clang Format
|
||||
inputs:
|
||||
directory:
|
||||
description: Directory to Lint
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: clang-format ${{ inputs.directory }}
|
||||
uses: jidicula/clang-format-action@v4.9.0
|
||||
with:
|
||||
clang-format-version: '12' # This should be roughly in sync with Arcanist
|
||||
check-path: ${{ inputs.directory }}
|
9
.github/actions/setup-apple/action.yml
vendored
Normal file
9
.github/actions/setup-apple/action.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Setup Apple envirionment
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
# TODO: This and Ruby should be versioned
|
||||
- name: Install Cocoapods
|
||||
shell: bash
|
||||
run: sudo gem install cocoapods
|
Reference in New Issue
Block a user