Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /love #679

Bump cross-spawn from 7.0.3 to 7.0.6 in /love

Bump cross-spawn from 7.0.3 to 7.0.6 in /love #679

Workflow file for this run

name: ChangelogUpdated
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- develop
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.rst
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}