mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Only lint on ubuntu-latest to not waste time
This commit is contained in:
parent
918ca9a9ab
commit
5d8d346598
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- name: Lint with dotnet
|
- if: runner.os == 'ubuntu-latest'
|
||||||
|
name: Lint with dotnet
|
||||||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||||
|
|
||||||
- if: runner.os != 'macOS' || runner.arch != 'ARM64'
|
- if: runner.os != 'macOS' || runner.arch != 'ARM64'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue