Create makefile.yml

This commit is contained in:
login 2022-07-25 18:26:08 +08:00 committed by GitHub
parent 2b0b727893
commit 2057c77f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/makefile.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Build Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build the DragonOS
run: make