Files
webrtc/.github/workflows/standardjs.yaml
renovate[bot] 4f2208d01d Update dependency node to v22
Generated by renovateBot
2025-04-12 18:41:44 +00: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@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm install standard
- run: npx standard