4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-24 06:39:50 +01:00

Deleted build check

This commit is contained in:
Quentin Legot 2022-05-17 13:55:03 +02:00
parent 887c115f3b
commit 62efd9ce35

View File

@ -1,17 +0,0 @@
name: CI
on: [ push ]
jobs:
build:
strategy:
matrix:
os: [ windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16.x
cache: 'yarn'
- name: Intall dependencies
run: yarn install --frozen-lockfile