Skip to content

Commit

Permalink
Create ci-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagarnimmagaddi authored Oct 20, 2024
1 parent 75c876e commit 5b39bdc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
push:
branches:
- master
tags:
- v*
pull_request:
workflow_dispatch:

jobs:
format-lint:
name: Code Linting
uses: ./.github/workflows/format-lint.yml
secrets: inherit

windows:
name: Windows
needs:
- format-lint
uses: ./.github/workflows/windows.yml
secrets: inherit

0 comments on commit 5b39bdc

Please sign in to comment.