chore(deps): update babel monorepo to v7.26.0 #74
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: Changelog CI | |
# Controls when the action will run. Triggers the workflow on a pull request | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
# Checks-out your repository | |
- uses: actions/checkout@v2 | |
- name: Run Changelog CI | |
uses: saadmk11/[email protected] | |
with: | |
changelog_filename: CHANGELOG.md | |
config_file: changelog-ci-config.json |