You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
591 B

name: OctoDNS Changelog
on:
pull_request:
workflow_dispatch:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch main
run: git fetch origin main --depth 1
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setup Environment
run: |
python -m pip install --upgrade pip
./script/bootstrap
- name: Changelog Check
run: |
./script/changelog check