mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Add StandardJS workflow
Been running these locally only.
This commit is contained in:
17
.github/workflows/standardjs.yaml
vendored
Normal file
17
.github/workflows/standardjs.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: StandardJS
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
jobs:
|
||||
StandardJS:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
- run: npm install standard
|
||||
- run: npx standard
|
Reference in New Issue
Block a user