forked from ZenBrowserMirrors/zen-desktop
Add dependency installation and linting steps to PR workflow; update Prettier ignore for specific CSS files
This commit is contained in:
parent
0a5db20cb8
commit
22515592f0
2 changed files with 10 additions and 1 deletions
6
.github/workflows/pr-test.yml
vendored
6
.github/workflows/pr-test.yml
vendored
|
@ -25,6 +25,12 @@ jobs:
|
|||
- name: Install Surfer
|
||||
run: npm i -g @zen-browser/surfer
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: Download Firefox and dependencies
|
||||
run: surfer download
|
||||
|
||||
|
|
|
@ -9,4 +9,7 @@ engine/
|
|||
src/browser/app/profile/*.js
|
||||
pnpm-lock.yaml
|
||||
|
||||
**/engine/
|
||||
**/engine/
|
||||
|
||||
# Some CSS files are preprocessed and prettier doesn't handle them well
|
||||
src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue