Skip to content

Rename linux-build to linux-build.yml #1

Rename linux-build to linux-build.yml

Rename linux-build to linux-build.yml #1

Workflow file for this run

name: Linux Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make clean all