Skip to content

Bump socket.io from 4.6.1 to 4.7.5 in /site #481

Bump socket.io from 4.6.1 to 4.7.5 in /site

Bump socket.io from 4.6.1 to 4.7.5 in /site #481

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Format
on:
push:
branches-ignore: [main]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install csharpier
run: dotnet tool restore
- name: Check formatting with csharpier
run: dotnet tool run dotnet-csharpier . --check