Skip to content

#1084: Reimplement logging without stdio #250

#1084: Reimplement logging without stdio

#1084: Reimplement logging without stdio #250

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