Skip to content

first try of github action #1

first try of github action

first try of github action #1

Workflow file for this run

name: Build for Linux
on:
push:
branches:
- main
pull_request:
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run linux build
run: ./linux-build.sh