Skip to content

Update yegor256/latexmk-action action to v0.17.0 #2

Update yegor256/latexmk-action action to v0.17.0

Update yegor256/latexmk-action action to v0.17.0 #2

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
name: checkmake
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checkmake:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: Uno-Takashi/checkmake-action@v2