This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
update interface auth #175
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v4 | |
- name: Install modules | |
run: yarn --dev | |
- name: Run Linters | |
run: yarn lint |