Skip to content

Touch up collision events and add inventory #51

Touch up collision events and add inventory

Touch up collision events and add inventory #51

Workflow file for this run

name: linter
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:5.5-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Check swiftlint version
run: swiftlint version
- name: Run SwiftLint
run: swiftlint --reporter github-actions-logging --strict