Skip to content

chore(deps): update golang docker tag to v1.21.5 - autoclosed #1139

chore(deps): update golang docker tag to v1.21.5 - autoclosed

chore(deps): update golang docker tag to v1.21.5 - autoclosed #1139

Workflow file for this run

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