Skip to content

Update crate-ci/typos action to v1.50.1 #383

Update crate-ci/typos action to v1.50.1

Update crate-ci/typos action to v1.50.1 #383

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2023-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: latexmk
'on':
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
latexmk:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
submodules: true
- uses: yegor256/latexmk-action@0.17.0
with:
cmd: make
depends: lecture-notes/DEPENDS.txt
- uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: package
clean: false