0

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