Skip to content

fix crafter stealing items #306

fix crafter stealing items

fix crafter stealing items #306

Workflow file for this run

name: Push Check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16"
- name: Install packages
run: npm ci
- name: Build the project
run: npm run prod
- name: Eslint check
run: npm run eslint