fix: issue with lint and prettier during js format build (#3362)
This commit is contained in:
parent
551b9e3a8b
commit
427f4ecdd7
@ -40,17 +40,13 @@ jobs:
|
|||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v39
|
uses: tj-actions/changed-files@v39
|
||||||
with:
|
with:
|
||||||
|
path: 'web'
|
||||||
files_ignore: |
|
files_ignore: |
|
||||||
static/**
|
static/**
|
||||||
web/next.config.js
|
web/next.config.js
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
src:
|
src:
|
||||||
- 'web/**.js'
|
- '**/*.{js,ts,tsx,jsx,css,md}'
|
||||||
- 'web/**.ts'
|
|
||||||
- 'web/**.tsx'
|
|
||||||
- 'web/**.jsx'
|
|
||||||
- 'web/**.css'
|
|
||||||
- 'web/**.md'
|
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user