Skip to content

🔧 Use Xcode 15.2 #63

🔧 Use Xcode 15.2

🔧 Use Xcode 15.2 #63

Workflow file for this run

# https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idname
# name: Checks
# on: [pull_request]
# jobs:
# changelog:
# name: Changelog
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Changelog Reminder
# uses: peterjgrainger/[email protected]
# with:
# changelog_regex: 'CHANGELOG.md'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}