Skip to content

Update Imperial Onslaught quest drops #2728

Update Imperial Onslaught quest drops

Update Imperial Onslaught quest drops #2728

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- "**.cs"
- ".config/dotnet-tools.json"
push:
branches:
- main
paths:
- "**.cs"
- ".config/dotnet-tools.json"
env:
HUSKY: 0
jobs:
csharpier:
name: CSharpier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.401"
- name: Install tool dependencies
run: dotnet tool restore
- name: CSharpier check
run: |
dotnet csharpier --version
dotnet csharpier . --check