Skip to content

feat(audit): add global audit list and by member #69

feat(audit): add global audit list and by member

feat(audit): add global audit list and by member #69

Workflow file for this run

name: Check code
on:
pull_request:
branches:
- master
jobs:
check:
name: Check for lint and typescript error
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn
- run: yarn run check