Skip to content

Commit

Permalink
Remove format job
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Ahrens committed Feb 26, 2024
1 parent 49e91de commit e34695c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ on:
- '[0-9]+.[0-9]+.[0-9]+*'

jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "8.0"
- name: check format
run: dotnet format --severity error --verify-no-changes ./MalwareSampleExchange.sln

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e34695c

Please sign in to comment.