Skip to content

jgsuess is testing out GitHub Actions πŸš€ #5

jgsuess is testing out GitHub Actions πŸš€

jgsuess is testing out GitHub Actions πŸš€ #5

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Build
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'