Skip to content

WIP: testing Yak CI

WIP: testing Yak CI #1

Workflow file for this run

name: YakBuild
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Python setup
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke
- name: Install .NET Framework 4.8
uses: microsoft/[email protected]
- name: Run Invoke tasks
run: invoke yakerize