Skip to content

Documents the Entity-Component framework #122

Documents the Entity-Component framework

Documents the Entity-Component framework #122

Workflow file for this run

name: Lint
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Restore .NET dependencies
run: dotnet restore
- name: Lint
run: dotnet format style Aurora.sln --verify-no-changes