Skip to content

Lint if-webpage-plugins #23

Lint if-webpage-plugins

Lint if-webpage-plugins #23

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Alexander zur Bonsen <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Lint
run-name: Lint if-webpage-plugins
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 22
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run lint