Skip to content

Fixes to sign in button on home page and fixes to game page style: overflow, dialogue window background #141

Fixes to sign in button on home page and fixes to game page style: overflow, dialogue window background

Fixes to sign in button on home page and fixes to game page style: overflow, dialogue window background #141

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ main ]
jobs:
checks:
runs-on: ubuntu-latest
name: Checks
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Check Formatting
run: |
dotnet tool restore
dotnet csharpier --check .
- name: Restore Dependencies
run: dotnet restore Fracture.sln
- name: Build
run: dotnet build --no-restore Fracture.sln
- name: Find secrets
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD