Skip to content

update reuse github action #67

update reuse github action

update reuse github action #67

Workflow file for this run

-- SPDX-FileCopyrightText: 2024 - 2025 Lukas Heindl
--

Check failure on line 2 in .github/workflows/run_tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 2
-- SPDX-License-Identifier: GPL-3.0-or-later
name: run tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install make deps
run: |
sudo apt-get install fd-find
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
luatex
l3build
- name: Install lua
uses: jkl1337/gh-actions-lua@v11
with:
luaVersion: "5.4.7"
- name: Install LuaRocks (latest)
uses: jkl1337/gh-actions-luarocks@v5
- name: install luarocks deps
run: |
luarocks install --dev tl
luarocks install cyan
luarocks install lester
luarocks install md5
- name: make
run: make FD=fdfind build test