Files
mpc/.github/workflows/ci.yml
Carlos Rueda 78a2f773d4 add ci
2023-01-05 16:16:19 -08:00

12 lines
166 B
YAML

on: [push, pull_request]
name: CI
jobs:
check:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make