Skip to content

build(deps-dev): bump babel-loader from 8.2.5 to 9.1.3 #359

build(deps-dev): bump babel-loader from 8.2.5 to 9.1.3

build(deps-dev): bump babel-loader from 8.2.5 to 9.1.3 #359

Workflow file for this run

name: PR Title Check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
check_pr_title:
if: (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
runs-on: ubuntu-latest
name: Check PR Title
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}