Create makefile.yml

This commit is contained in:
login
2022-07-25 18:26:08 +08:00
committed by GitHub
parent 2b0b727893
commit 2057c77f5a

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