aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
blob: 7979e529c721b78f86d627b1d69969316ffbf99d (plain)
1
2
3
4
5
6
7
8
9
name: Build

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2