Skip to content

Bump discord-api-types from 0.37.112 to 0.37.114 #155

Bump discord-api-types from 0.37.112 to 0.37.114

Bump discord-api-types from 0.37.112 to 0.37.114 #155

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/[email protected]
- name: Check Formatting, Linting, and Types
run: yarn check
- name: Build Image
run: docker build .