Files
webrtc/.github/workflows/standardjs.yaml
renovate[bot] 418e18ce4a Update actions/checkout action to v6
Generated by renovateBot
2025-11-21 18:44:38 +02:00

20 lines
428 B
YAML

# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: StandardJS
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
StandardJS:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v5
with:
node-version: 24.x
- run: npm install standard
- run: npx standard