Skip to content

provide a default config for smaller setups (tested with 2 GB ram, pe… #1166

provide a default config for smaller setups (tested with 2 GB ram, pe…

provide a default config for smaller setups (tested with 2 GB ram, pe… #1166

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