fix: issue with lint and prettier during js format build (#3362)

This commit is contained in:
A. Singh 2023-10-16 13:06:00 -04:00 committed by GitHub
parent 551b9e3a8b
commit 427f4ecdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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