Skip to content

Commit

Permalink
Major version (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 2, 2023
1 parent 66c31b2 commit 93ce5aa
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
chktex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/chktex@f2d1998a2a659deaaa6a4e45beddc69388ed4894 # v0.22.0
- uses: paddyroddy/.github/actions/latex/chktex@v0

vale:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/vale@f2d1998a2a659deaaa6a4e45beddc69388ed4894 # v0.22.0
- uses: paddyroddy/.github/actions/latex/vale@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

compile-latex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/compile@f2d1998a2a659deaaa6a4e45beddc69388ed4894 # v0.22.0
- uses: paddyroddy/.github/actions/latex/compile@v0

- name: Upload artefacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
Expand All @@ -47,7 +47,7 @@ jobs:
with:
name: artefacts

- uses: paddyroddy/.github/actions/dropbox@f2d1998a2a659deaaa6a4e45beddc69388ed4894 # v0.22.0
- uses: paddyroddy/.github/actions/dropbox@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/licence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update-licence-year:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/licence@f2d1998a2a659deaaa6a4e45beddc69388ed4894 # v0.22.0
- uses: paddyroddy/.github/actions/licence@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.md
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/linting@f2d1998a2a659deaaa6a4e45beddc69388ed4894 # v0.22.0
- uses: paddyroddy/.github/actions/linting@v0
with:
pre-commit-config: ./.pre-commit-config.yaml

0 comments on commit 93ce5aa

Please sign in to comment.