Skip to content

Readme finished

Readme finished #12

Workflow file for this run

name: C++ SDL Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build application
run: make compile