Skip to content

Update SpawnManager.cs #41

Update SpawnManager.cs

Update SpawnManager.cs #41

Workflow file for this run

name: Format check on pull request
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
dotnet-format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: .NET Format (RetakesPlugin)
uses: zyactions/dotnet-format@v1
with:
workspace: RetakesPlugin
implicit-restore: true
- name: .NET Format (RetakesPluginShared)
uses: zyactions/dotnet-format@v1
with:
workspace: RetakesPluginShared
implicit-restore: true