Skip to content

Merge pull request #84 from Ark-Kit/feat/new-separate-physics-systems #319

Merge pull request #84 from Ark-Kit/feat/new-separate-physics-systems

Merge pull request #84 from Ark-Kit/feat/new-separate-physics-systems #319

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: CI (Push)
on: push
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# https://github.com/realm/SwiftLint
# https://github.com/norio-nomura/action-swiftlint
- name: SwiftLint
uses: norio-nomura/[email protected]
env:
DIFF_BASE: ${{ github.base_ref }}
with:
args: --config .swiftlint.yml --strict