Skip to content

adds escaping to social-follow.module #812

adds escaping to social-follow.module

adds escaping to social-follow.module #812

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: 14.x
- name: Install NPM deps
run: |
npm install
- name: Lint
run: |
npm run eslint