Skip to content

Commit

Permalink
Merge pull request #488 from jorisv/topic/changelog
Browse files Browse the repository at this point in the history
Add a changelog file
  • Loading branch information
jorisv authored Nov 27, 2023
2 parents 2eee70b + 0b57b0b commit 0dec21c
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check-changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- devel
jobs:
check-changelog:
name: Check changelog action
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 0dec21c

Please sign in to comment.