mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 19:55:41 +00:00
CI step for static check (#467)
* CI step for static check * fix staticcheck
This commit is contained in:
5
.github/workflows/buildtest.yaml
vendored
5
.github/workflows/buildtest.yaml
vendored
@@ -42,6 +42,11 @@ jobs:
|
||||
version: latest
|
||||
args: build
|
||||
|
||||
- name: Static Check
|
||||
uses: dominikh/staticcheck-action@v1.1.0
|
||||
with:
|
||||
version: "2021.1.1"
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user