Skip to content

Remove unused files and fix typos in README. #127

Remove unused files and fix typos in README.

Remove unused files and fix typos in README. #127

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