Merge pull request #438 from miaowware/clog-enforce-workflow

CI updates
This commit is contained in:
classabbyamp 2021-11-06 00:22:55 -04:00 committed by GitHub
commit 85ac05c337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

12
.github/workflows/checks.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: "Checks"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2

View File

@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@master