Skip to content

chore(ZCH-126): caching #210

chore(ZCH-126): caching

chore(ZCH-126): caching #210

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 }}