Create make.yml

This commit is contained in:
Sergio Martin 2024-01-20 07:10:55 +01:00 committed by GitHub
parent 74e6ab9286
commit a0ed8ff65e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

19
.github/workflows/make.yml vendored Normal file
View File

@ -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