Sign in
chromium
/
external
/
webrtc-samples
/
refs/heads/webcodec-transform
/
.
/
.github
/
workflows
/
lint.yml
blob: 93baa23acc1a43813a232d5bc03026bf463c2d41 [
file
] [
edit
]
name:
lint
on:
[pull_request]
jobs:
test:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v2
-
uses:
actions/setup
-
node@v1
-
run:
npm install
-
run:
npx gulp stylelint
-
run:
npx gulp eslint