Skip to content

chore: update discord-hybrid-sharding package #50

chore: update discord-hybrid-sharding package

chore: update discord-hybrid-sharding package #50

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- develop
paths-ignore:
- "**.md"
pull_request:
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build