mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Add dependency installation and linting steps to PR workflow; update Prettier ignore for specific CSS files
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user