Skip to content

Remove element.fi urls #876

Remove element.fi urls

Remove element.fi urls #876

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn
- run: yarn workspaces run lint
- run: yarn run stylelint:check