Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnheusinger committed May 29, 2023
1 parent 724bd87 commit 093037b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
on:
pull_request:
branches:
- master
workflow_dispatch:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build_module:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build Module
run: |
./Tools/setup.ps1
Invoke-Build -Task ShowInfo
build_module:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build Module
run: |
./Tools/setup.ps1
Invoke-Build -Task ShowInfo

0 comments on commit 093037b

Please sign in to comment.