Skip to content

Fix iOS12 on Xcode16 and Update Github Actions Workflow for Validations and Build #175

Fix iOS12 on Xcode16 and Update Github Actions Workflow for Validations and Build

Fix iOS12 on Xcode16 and Update Github Actions Workflow for Validations and Build #175

Workflow file for this run

name: Validations
on:
pull_request_target:
branches: [main]
types: [opened, reoneped, edited, synchronized]
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/[email protected]
env:
DIFF_BASE: ${{ github.base_ref }}
- name: GitHub Action for SwiftLint with --reporter
uses: norio-nomura/[email protected]
args: --reporter github-actions-logging
Danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Danger
uses: 417-72KI/[email protected] # Look at the `Note for version`
with:
args: --failOnErrors --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}