Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 4920d0f

Browse files
authored
chore: add lint to CI (#24)
1 parent 701a368 commit 4920d0f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/check_syntax.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- run: yarn type-check
3737

38-
# - run: yarn lint
38+
- run: yarn lint
3939

4040
- run: yarn build
4141
env:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
1. Run `yarn install`
44
2. Add your SDK key and secret to a file named `.env` modeled after `.env.example`
5+
6+
```.env
7+
SKIP_PREFLIGHT_CHECK=true
8+
REACT_APP_ZOOM_SDK_KEY=""
9+
REACT_APP_ZOOM_SDK_SECRET=""
10+
```
11+
512
3. Run `yarn start`
613

714
# References

0 commit comments

Comments
 (0)