Skip to content

Commit

Permalink
yaml typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 24, 2024
1 parent 880b277 commit c678d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bibcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# SOFTWARE.
---
name: bibcop
on:
'on':
push:
pull_request:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# SOFTWARE.
---
name: latexmk
on:
'on':
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ install: |-
sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 DEPENDS.txt | uniq)
merge:
script: |-
make
make

0 comments on commit c678d7b

Please sign in to comment.