diff --git a/.github/workflows/windows-run.yml b/.github/workflows/windows-run.yml index 740b35038..c3f65aa76 100644 --- a/.github/workflows/windows-run.yml +++ b/.github/workflows/windows-run.yml @@ -6,6 +6,8 @@ on: workflow_dispatch: jobs: + lint: + uses: ./.github/workflows/lint/lint.yml nxc-setup: runs-on: windows-latest # technique stolen from @Hackndo my best friend for life <3