Skip to content

Merge branch 'master' of https://github.com/cursorweb/Cycle-Bot-Game #301

Merge branch 'master' of https://github.com/cursorweb/Cycle-Bot-Game

Merge branch 'master' of https://github.com/cursorweb/Cycle-Bot-Game #301

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