Skip to content

Sync rewrite with dev #360

Sync rewrite with dev

Sync rewrite with dev #360

Workflow file for this run

name: Check CHANGELOG.md
on:
pull_request:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- uses: subosito/[email protected]
with:
channel: master
- name: Add pub cache bin to PATH
run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
- name: Add pub cache to PATH
run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
- name: Install "semantic_changelog"
run: dart pub global activate -s git https://github.com/rrousselGit/semantic_changelog
- run: git fetch origin dev:refs/remotes/origin/dev
- run: semantic_changelog check origin/dev