Skip to content

Fixed a 2 things in the economy-system #393

Fixed a 2 things in the economy-system

Fixed a 2 things in the economy-system #393

Workflow file for this run

name: Check style
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint ./ --quiet