Skip to content

chore(client): deleted all logging #27

chore(client): deleted all logging

chore(client): deleted all logging #27

Workflow file for this run

name: Lint code
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Lint code
run: yarn lint