Skip to content

Fixing missing HubL references in files #811

Fixing missing HubL references in files

Fixing missing HubL references in files #811

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: Install NPM deps
run: |
npm install
- name: Lint
run: |
npm run eslint