Docker solvers #155
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check CHANGELOG being updated | |
on: | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
Linux: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Check Changelog being rebased on origin/master | |
run: git merge-base --is-ancestor origin/master $(git log -n 1 --pretty=format:%H -- CHANGELOG) |