mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Hopefully fix the linter error
This commit is contained in:
parent
d12712a107
commit
d47084f257
1 changed files with 1 additions and 1 deletions
2
.github/workflows/javascript-formatting.yml
vendored
2
.github/workflows/javascript-formatting.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
run: cd web && npm install
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
|
Loading…
Reference in a new issue