aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
blob: 81de78213c15421d84e66a07a28612ab9575af54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Ubuntu

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
  workflow_dispatch:

jobs:
  build:
    name: Build & Test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: build-test
        run: make test