Create make.yml
This commit is contained in:
parent
74e6ab9286
commit
a0ed8ff65e
|
@ -0,0 +1,19 @@
|
|||
name: Build and Run Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: listFiles
|
||||
run: ls
|
||||
- name: make
|
||||
run: make
|
Loading…
Reference in New Issue