Skip to content

Add Liferay to supporters #149

Add Liferay to supporters

Add Liferay to supporters #149

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: Run Tests
on: [push, pull_request]
jobs:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
# Build website incl. all translations
- name: Build Dockerfile
run: |
docker build -t reuse-web --target development .