Skip to content

Commit

Permalink
Bump hooks (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Feb 16, 2024
1 parent 7201b46 commit 73cdf60
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 17 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/examples.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
name: Examples

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

concurrency:
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/paper.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
name: Paper

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

jobs:
paper:
Expand Down
8 changes: 3 additions & 5 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 Expand Up @@ -50,9 +49,8 @@ jobs:
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
with:
parallel-finished: true
carryforward: "\
carryforward: \
run-macos-latest-3.10,\
run-ubuntu-latest-3.10,\
run-macos-latest-3.11,\
run-ubuntu-latest-3.11\
"
run-ubuntu-latest-3.11
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.134.0
rev: v0.136.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit 73cdf60

Please sign in to comment.