mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-24 06:39:50 +01:00
Deleted build check
This commit is contained in:
parent
887c115f3b
commit
62efd9ce35
17
.github/workflows/electron.yml
vendored
17
.github/workflows/electron.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user