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:
Gabe Kangas
2024-07-11 11:33:07 -07:00
committed by GitHub
parent 8e5454ee7e
commit fe5fbea623
3 changed files with 59 additions and 1 deletions

View File

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