Skip to content

chore(deps): bump preact from 10.25.2 to 10.26.0 in the production-dependencies group across 1 directory #174

chore(deps): bump preact from 10.25.2 to 10.26.0 in the production-dependencies group across 1 directory

chore(deps): bump preact from 10.25.2 to 10.26.0 in the production-dependencies group across 1 directory #174

Workflow file for this run

name: Lint
on:
push:
branches: ["master"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
# schedule:
# - cron: "37 9 * * 4"
jobs:
Lint:
name: Run Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Run Lint
run: npm run lint