github.com/pion/webrtc/v4@v4.0.1/.github/workflows/standardjs.yaml (about) 1 # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly> 2 # SPDX-License-Identifier: MIT 3 name: StandardJS 4 on: 5 pull_request: 6 types: 7 - opened 8 - edited 9 - synchronize 10 jobs: 11 StandardJS: 12 runs-on: ubuntu-latest 13 steps: 14 - uses: actions/checkout@v4 15 - uses: actions/setup-node@v4 16 with: 17 node-version: 12.x 18 - run: npm install standard 19 - run: npx standard