Skip to content

Commit

Permalink
lint:web-ext relies on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 16, 2023
1 parent 50680fe commit 6e36e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Each should be shown in VS Code, and can be run manually on the command-line:
- `pnpm lint:package-json` ([npm-package-json-lint](https://npmpackagejsonlint.org/)): Lints the `package.json` file
- `pnpm lint:packages` ([pnpm dedupe --check](https://pnpm.io/cli/dedupe)): Checks for unnecessarily duplicated packages in the `pnpm-lock.yml` file
- `pnpm lint:spelling` ([cspell](https://cspell.org)): Spell checks across all source files
- `pnpm lint:web-ext` ([web-ext](https://extensionworkshop.com)): Lints browser extension metadata
- `pnpm lint:web-ext` ([web-ext](https://extensionworkshop.com)): Lints browser extension metadata after `pnpm dev` creates local files

Read the individual documentation for each linter to understand how it can be configured and used best.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-web-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm build
- run: pnpm dev
- run: pnpm lint:web-ext

name: Lint Web Ext
Expand Down

0 comments on commit 6e36e01

Please sign in to comment.