mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
fix: issue with lint and prettier during js format build (#3362)
This commit is contained in:
parent
551b9e3a8b
commit
427f4ecdd7
1 changed files with 2 additions and 6 deletions
|
@ -40,17 +40,13 @@ jobs:
|
|||
id: changed-files
|
||||
uses: tj-actions/changed-files@v39
|
||||
with:
|
||||
path: 'web'
|
||||
files_ignore: |
|
||||
static/**
|
||||
web/next.config.js
|
||||
files_yaml: |
|
||||
src:
|
||||
- 'web/**.js'
|
||||
- 'web/**.ts'
|
||||
- 'web/**.tsx'
|
||||
- 'web/**.jsx'
|
||||
- 'web/**.css'
|
||||
- 'web/**.md'
|
||||
- '**/*.{js,ts,tsx,jsx,css,md}'
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v3
|
||||
|
|
Loading…
Reference in a new issue