Skip to content

Commit

Permalink
Renovate: paddyroddy/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 23591ed commit 986d746
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/latex/chktex@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0
- uses: paddyroddy/.github/actions/latex/chktex@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0

vale:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/latex/vale@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0
- uses: paddyroddy/.github/actions/latex/vale@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
vale-flags: --glob='!{config/,figures/*/example_,thesis}*'
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/latex/compile@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0
- uses: paddyroddy/.github/actions/latex/compile@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0

- name: Upload artefacts
# yamllint disable-line rule:line-length
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: artefacts

# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/dropbox@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0
- uses: paddyroddy/.github/actions/dropbox@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0
with:
configfile-version: ${{ secrets.CONFIGFILE_VERSION }}
files-to-upload: $(find . -maxdepth 1 -name '*.pdf' -print)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0
- uses: paddyroddy/.github/actions/linting@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.157.0
rev: v0.163.0
hooks:
- id: general-hooks
- id: latex-hooks

0 comments on commit 986d746

Please sign in to comment.