Add css linter step (#3832)
* Add css linter step * Add test css file * Set working directory * Only run against changed files * remove test css file * only run workflow steps if any css files were changed * commiting a file with issues * fixing file with linter warnings
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
web/next.config.js
|
||||
files_yaml: |
|
||||
src:
|
||||
- '**/*.{js,ts,tsx,jsx,css,md}'
|
||||
- '**/*.{js,ts,tsx,jsx,md}'
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user