Skip to content

Merge pull request #56 from alexanderadam/dependabot/npm_and_yarn/mul… #64

Merge pull request #56 from alexanderadam/dependabot/npm_and_yarn/mul…

Merge pull request #56 from alexanderadam/dependabot/npm_and_yarn/mul… #64

Workflow file for this run

name: Lint AdBlock List
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
env:
FILENAME: alexanderadam.txt
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Run linting
run: npx aglint ${{ env.FILENAME }}