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

jobs:
  build:
    name: build ROOT
    description: "Build repository ROOT file"
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: ./.github/isabelle-action
        with:
          TOOL_ARGS: "build -D $GITHUB_WORKSPACE"