aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 43da8a9bc9cf011d9e85f2ae3bb193736c32595c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: continuous integration
on: push

jobs:
  build:
    name: build
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: ./.github/isabelle-action
        with:
          OPTION: "build -D ."