From ac37acc1f87e45cb7e57fe7230b8bdf1798777ba Mon Sep 17 00:00:00 2001 From: Modded Gamers Date: Wed, 27 May 2020 08:18:48 -0400 Subject: [PATCH] workflow can't be created on cli --- .github/workflows/ci.yml | 41 ---------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 9b852bf0..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -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