Skip to content

[PBE-000] fix undefined location #248

[PBE-000] fix undefined location

[PBE-000] fix undefined location #248

Workflow file for this run

name: Lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- name: Lint
run: yarn run lint