Skip to content

Update crate-ci/typos action to v1.42.0 #266

Update crate-ci/typos action to v1.42.0

Update crate-ci/typos action to v1.42.0 #266

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2020-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: latexmk
'on':
push:
pull_request:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/[email protected]
with:
opts: -pdf
depends: DEPENDS.txt
- run: |
mkdir gh-pages
cp paper.pdf gh-pages
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: gh-pages
clean: false