Skip to content

Merge pull request #24 from m-carrasco/fix-typos #129

Merge pull request #24 from m-carrasco/fix-typos

Merge pull request #24 from m-carrasco/fix-typos #129

Workflow file for this run

name: Docker image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Build the Docker image
# On purpose Souffle programs aren't compiled from scratch.
# This is helpful if we forget to update the ones shipped in the repository.
run: cd $GITHUB_WORKSPACE && ./ci/build-image.sh