Skip to content

Add GitHub Actions workflow #3

Add GitHub Actions workflow

Add GitHub Actions workflow #3

on:
pull_request:
branches:
- master
workflow_dispatch:

Check failure on line 6 in .github/workflows/build_and_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
build_module:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build Module
run: |
./Tools/setup.ps1
Invoke-Build -Task ShowInfo