Skip to content

Add workflow permissions and exclude ghostbrowser.com from lychee che… #300

Add workflow permissions and exclude ghostbrowser.com from lychee che…

Add workflow permissions and exclude ghostbrowser.com from lychee che… #300

Workflow file for this run

name: Lint pushes/PRs
on: [push, pull_request]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout repository code
uses: actions/checkout@v6.0.2
- name: Set up Node.js
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint