Skip to content

CI for PR #44

CI for PR #44 #59

name: Continuous Integration
run-name: "CI for PR #${{ github.event.number }}"
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "Execute tests here"
changelog-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
python-version: '3.11'
- name: Install script dependencies
run: pip install changelogged==0.11.3
- name: Validate Changelog
run: changelogger check --fail