From 58462623047f52b53491aac7449680997824572d Mon Sep 17 00:00:00 2001
From: William Kempf <wekempf@outlook.com>
Date: Sun, 1 Oct 2023 12:04:35 -0400
Subject: [PATCH] feature(vnext): update workflow

---
 .github/workflows/github-actions.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 15a61d6..3174536 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -2,6 +2,12 @@ name: GitHub Actions Demo
 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
 on: [push]
 jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Build
+        shell: pwsh
+        run: ./build.ps1
   Explore-GitHub-Actions:
     runs-on: ubuntu-latest
     steps: