Skip to content

Commit

Permalink
feature(vnext): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wekempf committed Oct 1, 2023
1 parent f6e7496 commit 5846262
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5846262

Please sign in to comment.