Skip to content

Ignores errors and retries starting virtual machine #28

Ignores errors and retries starting virtual machine

Ignores errors and retries starting virtual machine #28

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch: {}
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: SwiftLint
run: swiftlint --quiet --reporter github-actions-logging