Skip to content

chore(deps): bump semantic-release from 24.2.1 to 24.2.2 #240

chore(deps): bump semantic-release from 24.2.1 to 24.2.2

chore(deps): bump semantic-release from 24.2.1 to 24.2.2 #240

Workflow file for this run

# This is the workflow for the pull request
#
name: Pull Request
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
cancel-runs:
name: '▶️ actions'
uses: eviden-actions/actions/.github/workflows/cancel-workflow.yml@v1
lint-pr:
name: '▶️ actions'
needs: [cancel-runs]
uses: eviden-actions/actions/.github/workflows/lint-pr.yml@v1
lint-code:
name: '▶️ actions'
needs: [cancel-runs]
uses: eviden-actions/actions/.github/workflows/lint-code.yml@v1
test:
name: '📌'
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 }}