Skip to content

🔧 Use Xcode 16 on CI #15

🔧 Use Xcode 16 on CI

🔧 Use Xcode 16 on CI #15

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:
swiftlint:
name: Swiftlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0
changelog:
name: Changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.2.0
with:
changelog_regex: 'CHANGELOG.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
podspec:
name: Podspec
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.5.0
- name: Lint podspec
run: pod lib lint