Skip to content

Change the order of withdraw and call #90

Change the order of withdraw and call

Change the order of withdraw and call #90

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: yarn
- name: Lint
run: yarn lint