Skip to content

fix(moize): helper function not working fine with relative_url (#5217) #1485

fix(moize): helper function not working fine with relative_url (#5217)

fix(moize): helper function not working fine with relative_url (#5217) #1485

Workflow file for this run

name: Linter
on: [push, pull_request]
permissions:
contents: read
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Install Dependencies
run: npm install
- name: Lint
run: |
npm run eslint
env:
CI: true