Skip to content

Commit

Permalink
GHA: removed pre-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Sep 23, 2023
1 parent 0d0d5bc commit 0a5c00e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,7 @@ name: Win32/UWP build
on: [push, pull_request]

jobs:
precheks:
runs-on: windows-latest
name: Win10 -> Pre-checks

steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Format validation
shell: cmd
working-directory: ${{github.workspace}}/BuildTools/FormatValidation
run: validate_format_win.bat


build:
needs: precheks
runs-on: windows-2022

strategy:
Expand Down

0 comments on commit 0a5c00e

Please sign in to comment.