Skip to content

Commit

Permalink
Renovate: paddyroddy/.github (minor) (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick J. Roddy <patrickjamesroddy@gmail.com>
  • Loading branch information
renovate[bot] and paddyroddy committed Nov 21, 2023
1 parent 6b4216f commit acc9087
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
---
blank_issues_enabled: false
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Deploy

# yamllint disable-line rule:truthy
Expand All @@ -13,7 +14,7 @@ jobs:
id-token: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@c6cc281a113dd0d332c90950662e62b23f1a4dad # v0
- uses: paddyroddy/.github/actions/python/deployment@d061da6340db82a52880b8bd9255562adf49de5c # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.11"
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Documentation

# yamllint disable-line rule:truthy
Expand All @@ -11,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/pdoc@c6cc281a113dd0d332c90950662e62b23f1a4dad # v0
- uses: paddyroddy/.github/actions/python/pdoc@d061da6340db82a52880b8bd9255562adf49de5c # v0
with:
docs-dependency-section: .[docs]
gh-pages-publish-directory: ./html/sleplet
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Examples

# yamllint disable-line rule:truthy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/licence.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Update Copyright

# yamllint disable-line rule:truthy
Expand All @@ -10,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/licence@c6cc281a113dd0d332c90950662e62b23f1a4dad # v0
- uses: paddyroddy/.github/actions/licence@d061da6340db82a52880b8bd9255562adf49de5c # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.md
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Linting

# yamllint disable-line rule:truthy
Expand All @@ -13,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@c6cc281a113dd0d332c90950662e62b23f1a4dad # v0
- uses: paddyroddy/.github/actions/linting@d061da6340db82a52880b8bd9255562adf49de5c # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
1 change: 1 addition & 0 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Paper

# yamllint disable-line rule:truthy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Test

# yamllint disable-line rule:truthy
Expand All @@ -23,7 +24,7 @@ jobs:
- "3.11"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@c6cc281a113dd0d332c90950662e62b23f1a4dad # v0
- uses: paddyroddy/.github/actions/python/tox@d061da6340db82a52880b8bd9255562adf49de5c # v0
with:
cache-path: |-
.tox
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.93.0
rev: v0.98.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit acc9087

Please sign in to comment.