Skip to content

chore: bump semver, @commitlint/cli and semantic-release #691

chore: bump semver, @commitlint/cli and semantic-release

chore: bump semver, @commitlint/cli and semantic-release #691

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Check
on:
push:
jobs:
check:
if: (github.event_name != 'pull_request_target') || (github.event.pull_request.merged == true)
uses: ./.github/workflows/test.yml
secrets: inherit
with:
event_name: ${{ github.event_name }}