aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/c.yml
blob: 21f3f7229749be0e0f7ece0f466364b1c0e2e295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: C/C++ CI

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: make check
      run: make check