Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

ci: treat warnings as errors #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
pull_request:

jobs:
prettier:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Lint the web extension
run: npx web-ext lint
run: npx web-ext lint -w

- name: Check CS
run: npx prettier --check .