Skip to content

Commit

Permalink
Merge pull request populse#352 from DimitriPapadopoulos/dependabot
Browse files Browse the repository at this point in the history
Address repo-review issues
  • Loading branch information
denisri committed Mar 4, 2024
2 parents 40c0a19 + 7ad1138 commit 6310f45
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 4 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
codespell:
name: Check for spelling errors
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-v3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: test_v3

on:
Expand All @@ -20,6 +20,10 @@ on:
required: false
default: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autoupdate_commit_msg: 'chore: update pre-commit hooks'

exclude: '^(doc/source|capsul)/sphinxext/'

repos:
Expand Down

0 comments on commit 6310f45

Please sign in to comment.