Skip to content

Fix some common crash points based on intervals getting set to uint max overflowing Int32 conversion #27

Fix some common crash points based on intervals getting set to uint max overflowing Int32 conversion

Fix some common crash points based on intervals getting set to uint max overflowing Int32 conversion #27

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
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 }}