Skip to content

[NEUTRAL] Update dependency @sapphire/plugin-editable-commands to v4 #519

[NEUTRAL] Update dependency @sapphire/plugin-editable-commands to v4

[NEUTRAL] Update dependency @sapphire/plugin-editable-commands to v4 #519

Workflow file for this run

name: Build and Lint Check
on:
push:
pull_request:
workflow_dispatch:
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Lint
run: yarn lint