Skip to content

Add feature where recording is sent to the server #5

Add feature where recording is sent to the server

Add feature where recording is sent to the server #5

Workflow file for this run

name: ci
on:
push:
branches-ignore: [ main ]
pull_request:
branches: [ main ]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '10.0.x'
- name: Install CSharpier
run: dotnet tool install csharpier
- name: Run CSharpier
run: dotnet csharpier check ./Assets/Scripts