Skip to content

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

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 #177

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 with --strict
uses: norio-nomura/[email protected]
with:
args: --strict
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 }}