Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub actions #1657

Merged
merged 8 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 173 additions & 0 deletions .github/styles/Vocab/HMSVocab/accept.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
__main__
__name__
100ms
access_key
account_id
app_access_key
app_secret
async
beam_id
boolean
config
const
created_at
datetime
error_type
hostname
html
iat
json
JSON
jti
jwtid
meeting_url
metadata_id
metadata_timestamp
msg
nbf
npm
peer_id
presigned_url
recording_hls_vod_playlist_location
recording_single_files
recording_thumbnails
room_id
session_id
session_started_at
started_at
state_message
state_name
state_timestamp
stopped_at
sys
template_id
user_data
user_id
user_name
UUID
WebSocket
jwt
JWT
APIs
SDKs
param
Params
subscribeParams
application/json
customer_id
joined_at
left_at
TL;DR
Wowza
bitrate
custom_role_url
startedAt
meetingURL
livestream
recording_info
app_id
setVolume
trackBy
framerate
params
unmounting
HMSPeer's
hms
HMS
RTMP
HLS
URL
SDK
useEffect
DevTools
Bluetooth
Bool
downlink
YouTube
WebRTC
management_token
_id
you've
we've
We've
You've
pixelated
screenshare
unmuted
unmute
capturer
teardown
enum
nullable
subview
stringified
ProGuard
errMsg
bundler
validator
viewport
unmount
hls.failure
hls.stopped.success
hls.started.success
hls.recording.success
hls_vod_recording_path
hls_vod_recording_presigned_url
session_duration
px
broadcasted
navbar
upload_info
serializable
rtmpDestinations
hlsDestinations
WebKit
Codesandbox
autoplay
bitcode
onwards
Podfile
CocoaPods
FFmpeg
telehealth
kbps
updated_at
recording_assets
started_by
stopped_by
presign_duration
single_file_per_layer
asset_types
audio_only
hls
large_room
max_duration_seconds
codec
rtmp
txt
srt
superset
presign
output_modes
custom_vocabulary
tooltip
unmuting
sdk
autofocus
skippable
nack
pli
ssrc
tldraw
keyof
unobserve
qp
rehype
num
url
answer_max_len
answer_min_len
userid
peerid
ios
android
26 changes: 26 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Vale linter

on:
workflow_dispatch:
pull_request:
branches:
- develop
- main

permissions:
checks: write
contents: read


jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
fail_on_error: true
filter_mode: diff_context
16 changes: 16 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
StylesPath = .github/styles

MinAlertLevel = error

Vocab = HMSVocab

Packages = Google

[*]

BasedOnStyles = Vale, Google


BlockIgnores = (?s) *(\x60\x60\x60[a-z]*\n[\s\S]*?\x60\x60\x60)

TokenIgnores = [a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12} , r.M , (^[a-z]|[A-Z])[a-z]* , `{3}([\S]+)?\n([\s\S]+)\n`{3} , .*",
Loading