Skip to content

Commit

Permalink
Bump hooks (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Feb 16, 2024
1 parent 5756b1a commit cc511d5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
name: Deploy

# yamllint disable-line rule:truthy
on:
push:
tags:
- "v*"
- v*

jobs:
deploy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Documentation

# yamllint disable-line rule:truthy
on:
push:
branches:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/licence.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Update Copyright

# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 3 1 1 *"
- cron: 0 3 1 1 *

jobs:
update-licence-year:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
name: Linting

# yamllint disable-line rule:truthy
on:
push:
branches:
- main
- "renovate/**"
- renovate/**
pull_request:

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
name: Test

# yamllint disable-line rule:truthy
on:
push:
branches:
- main
- "renovate/**"
- renovate/**
pull_request:

jobs:
Expand Down
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.124.0
rev: v0.136.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit cc511d5

Please sign in to comment.