Skip to content

fix: custom mana allotment should send to itself #14223

fix: custom mana allotment should send to itself

fix: custom mana allotment should send to itself #14223

Workflow file for this run

name: Format & Lint
on:
pull_request:
push:
branches:
- 'develop'
jobs:
format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.15.0
- name: Install Dependencies
run: yarn --ignore-scripts
- name: Format
run: yarn format:check
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.15.0
- name: Install Dependencies
run: yarn --ignore-scripts
- name: Lint
run: yarn lint:check