Skip to content

feat(ZCH-70): update checkout action from v3 to v4 #141

feat(ZCH-70): update checkout action from v3 to v4

feat(ZCH-70): update checkout action from v3 to v4 #141

Workflow file for this run

name: Pull request workflow
on:
pull_request:
branches: ['main']
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: Lint PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}