mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
workflow can't be created on cli
This commit is contained in:
parent
8222b5ffe5
commit
279a4ed836
41
.github/workflows/ci.yml
vendored
41
.github/workflows/ci.yml
vendored
@ -1,41 +0,0 @@
|
|||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- ModdedGamers-GH-Actions
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
setup:
|
|
||||||
|
|
||||||
name: CI
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install ffmpeg
|
|
||||||
- name: Setup Node
|
|
||||||
uses: actions/setup-node@v2-beta
|
|
||||||
with:
|
|
||||||
node-version: 10.x
|
|
||||||
|
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install Yarn Dependencies
|
|
||||||
run: |
|
|
||||||
yarn
|
|
||||||
cd gulp/
|
|
||||||
yarn
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Lint
|
|
||||||
run: |
|
|
||||||
npx eslint src/js
|
|
Loading…
Reference in New Issue
Block a user