Skip to content

Merge fixes & galaxy space #5

Merge fixes & galaxy space

Merge fixes & galaxy space #5

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, reopened]
workflow_dispatch:
jobs:
dotnet-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- name: Setup
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
with:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Format
run: dotnet format --verify-no-changes Rhythia.csproj