Skip to content

Bump github/codeql-action from 3.27.0 to 3.27.1 #484

Bump github/codeql-action from 3.27.0 to 3.27.1

Bump github/codeql-action from 3.27.0 to 3.27.1 #484

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install JSLint
run: sudo npm install -g jslint
- name: Run JSLint
run: jslint --browser javascripts/*.js