Skip to content

Merge branch 'main' of https://github.com/Burn-the-witch/Blackmarkets… #6

Merge branch 'main' of https://github.com/Burn-the-witch/Blackmarkets…

Merge branch 'main' of https://github.com/Burn-the-witch/Blackmarkets… #6

Workflow file for this run

name: Validate
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: |
npm install
- name: Validate mod
run: node .github/validate.js