Skip to content

Add Meteorite Staff to Weapons List #29

Add Meteorite Staff to Weapons List

Add Meteorite Staff to Weapons List #29

Workflow file for this run

name: check code
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Build
run: npm run build