Skip to content

refactor: migrate all .tpl.php/.sub.php/.inc.php templates to Blade #3531

refactor: migrate all .tpl.php/.sub.php/.inc.php templates to Blade

refactor: migrate all .tpl.php/.sub.php/.inc.php templates to Blade #3531

Workflow file for this run

name: Makefile CI
on:
workflow_dispatch:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make build
- name: Run distcheck
run: make clean