Skip to content

fix(account/update-username): Fix bug on update username when owning … #71

fix(account/update-username): Fix bug on update username when owning …

fix(account/update-username): Fix bug on update username when owning … #71

Workflow file for this run

on: [ pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
run: yarn
- name: Run Linter
run: yarn lint