Skip to content

PBE-000 update code owners file #247

PBE-000 update code owners file

PBE-000 update code owners file #247

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