Skip to content

[pull] master from async-profiler:master #145

[pull] master from async-profiler:master

[pull] master from async-profiler:master #145

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
license-header:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check license headers
uses: apache/skywalking-eyes/[email protected]
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install prettier
run: |
npm install -g [email protected]
make check-md