Skip to content

Handle encoded portal URLs in StoryMaps #641

Handle encoded portal URLs in StoryMaps

Handle encoded portal URLs in StoryMaps #641

Workflow file for this run

name: Linting
on:
push:
branches: [ develop, master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop, master ]
jobs:
steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Install Node.js dependencies
run: npm ci --ignore-scripts
- name: Lint
shell: bash
run: |
npx eslint . --ext .ts