From afe91020cdd9b60753284c50c9fa8d46eacc66d6 Mon Sep 17 00:00:00 2001 From: giloser <12090417+giloser@users.noreply.github.com> Date: Tue, 23 Mar 2021 08:37:15 +0100 Subject: [PATCH] Delete main2.yml not needed was just a test --- .github/workflows/main2.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/main2.yml diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml deleted file mode 100644 index 25854b6..0000000 --- a/.github/workflows/main2.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: CI - -on: - push: - branches: [ "**" ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - - name: Install dependencies - run: | - sudo apt-get install gcc - pip install wheel pylint - pip install octoprint - pip install . - - name: PyLint Errors - run: | - export PATH=$HOME/.local/bin:$PATH - pylint --disable=R,C,W **/*.py