Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hooks #355

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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