Skip to content

chore(deps): update golang docker tag to v1.26.0 #1964

chore(deps): update golang docker tag to v1.26.0

chore(deps): update golang docker tag to v1.26.0 #1964

Workflow file for this run

name: jshint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: '17'
- name: Run jshint
run: cd public && npm ci && npm run jshint