Merge pull request #4 from rcowsill/fix/android-minver-warn #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WebExt Lint | |
on: [push, pull_request] | |
permissions: | |
contents: read | |
jobs: | |
web-ext-lint: | |
name: WebExt Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout https://github.com/${{ github.repository }}@${{ github.ref }} | |
uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
- name: Set up Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version: lts/* | |
- name: Run linter | |
run: npx web-ext lint |