Skip to content

fix(Step): compatible with legacy direction and labelPlacement, close #4813 #28

fix(Step): compatible with legacy direction and labelPlacement, close #4813

fix(Step): compatible with legacy direction and labelPlacement, close #4813 #28

Workflow file for this run

name: check
on: [pull_request]
jobs:
changed:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ github.event.pull_request.commits }}
- name: Get Head Commit Message
id: get_head_commit_message
run: echo '${{ github.event.pull_request.base.sha }}' > /tmp/pr_base
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run check:changed