Skip to content

build(deps-dev): bump the eslint group across 1 directory with 2 updates #1566

build(deps-dev): bump the eslint group across 1 directory with 2 updates

build(deps-dev): bump the eslint group across 1 directory with 2 updates #1566

Workflow file for this run

# This is workflow runs on PR
#
name: Pull Request
# Controls when the action will run.
on:
# Trigger workflow for pull requests.
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: PR_${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
dependencies:
name: '▶️ actions'
uses: ./.github/workflows/dependencies.yml
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}