Skip to content

Update checkxcodebyPS.yml #16

Update checkxcodebyPS.yml

Update checkxcodebyPS.yml #16

Workflow file for this run

name: Checking Xcode.app
on:
push:
branches:
- issue-10309
jobs:
run-shell-script:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Assign permission
run: chmod +x ./configure-xcode.sh
- name: Run Shell script
run: ./configure-xcode.sh