Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #239

build(deps): bump cross-spawn from 7.0.3 to 7.0.6

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #239

Workflow file for this run

# This is the workflow for the pull request
#
name: Pull Request
on:
pull_request_target:
types: [opened, synchronize, reopened]
concurrency:
group: PRT_${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint-pr:
name: '▶️ actions'
uses: eviden-actions/actions/.github/workflows/lint-pr.yml@v1
lint-code:
name: '▶️ actions'
uses: eviden-actions/actions/.github/workflows/lint-code.yml@v1
test:
name: '🧪 Test'
needs: [lint-code]
uses: ./.github/workflows/test.yml
dependabot:
name: '▶️ actions'
uses: eviden-actions/actions/.github/workflows/dependabot.yml@v1
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}