Skip to content

Bump github/codeql-action from 3.25.8 to 3.25.9 #357

Bump github/codeql-action from 3.25.8 to 3.25.9

Bump github/codeql-action from 3.25.8 to 3.25.9 #357

Workflow file for this run

---
name: "JSLint"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
permissions: {}
jobs:
check:
name: Check with JSLint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install JSLint
run: sudo npm install -g jslint
- name: Run JSLint
run: jslint --browser javascripts/*.js