Skip to content

TastyText line length fix for love.js #2

TastyText line length fix for love.js

TastyText line length fix for love.js #2

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y curl desktop-file-utils file libfuse2t64 lua5.4 make python3-pip python3-venv xvfb zip zsync
- name: Build
run: xvfb-run make clean validate test