From fa425fddf2a1d26d3409537a88bb1370efd7737b Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Sun, 12 Apr 2020 15:06:20 +0200 Subject: [PATCH] Remove code layout checking --- .github/workflows/bionic_postgres12_postgis25.yml | 12 ------------ .github/workflows/bionic_postgres12_postgis3.yml | 12 ------------ .github/workflows/xenial_postgres10_postgis25.yml | 12 ------------ .github/workflows/xenial_postgres11_postgis25.yml | 12 ------------ .github/workflows/xenial_postgres96_postgis25.yml | 12 ------------ 5 files changed, 60 deletions(-) diff --git a/.github/workflows/bionic_postgres12_postgis25.yml b/.github/workflows/bionic_postgres12_postgis25.yml index 4bc7004..bf8ca24 100644 --- a/.github/workflows/bionic_postgres12_postgis25.yml +++ b/.github/workflows/bionic_postgres12_postgis25.yml @@ -16,15 +16,3 @@ jobs: run: .github/scripts/postgresql_postgis.sh - name: Install and check PgPointCloud run: .github/scripts/pgpointcloud.sh - code: - name: Code layout - runs-on: ubuntu-18.04 - steps: - - name: Install nvm - uses: actions/setup-node@v1 - with: - node-version: '8' - - name: Linter - run: | - npm install -g eclint@1.1.5 - eclint check * */* */cunit/* diff --git a/.github/workflows/bionic_postgres12_postgis3.yml b/.github/workflows/bionic_postgres12_postgis3.yml index 4ce7d37..f4c787e 100644 --- a/.github/workflows/bionic_postgres12_postgis3.yml +++ b/.github/workflows/bionic_postgres12_postgis3.yml @@ -16,15 +16,3 @@ jobs: run: .github/scripts/postgresql_postgis.sh - name: Install and check PgPointCloud run: .github/scripts/pgpointcloud.sh - code: - name: Code layout - runs-on: ubuntu-18.04 - steps: - - name: Install nvm - uses: actions/setup-node@v1 - with: - node-version: '8' - - name: Linter - run: | - npm install -g eclint@1.1.5 - eclint check * */* */cunit/* diff --git a/.github/workflows/xenial_postgres10_postgis25.yml b/.github/workflows/xenial_postgres10_postgis25.yml index bcfe1d3..fb9989d 100644 --- a/.github/workflows/xenial_postgres10_postgis25.yml +++ b/.github/workflows/xenial_postgres10_postgis25.yml @@ -16,15 +16,3 @@ jobs: run: .github/scripts/postgresql_postgis.sh - name: Install and check PgPointCloud run: .github/scripts/pgpointcloud.sh - code: - name: Code layout - runs-on: ubuntu-16.04 - steps: - - name: Install nvm - uses: actions/setup-node@v1 - with: - node-version: '8' - - name: Linter - run: | - npm install -g eclint@1.1.5 - eclint check * */* */cunit/* diff --git a/.github/workflows/xenial_postgres11_postgis25.yml b/.github/workflows/xenial_postgres11_postgis25.yml index dd9e335..1da15b4 100644 --- a/.github/workflows/xenial_postgres11_postgis25.yml +++ b/.github/workflows/xenial_postgres11_postgis25.yml @@ -16,15 +16,3 @@ jobs: run: .github/scripts/postgresql_postgis.sh - name: Install and check PgPointCloud run: .github/scripts/pgpointcloud.sh - code: - name: Code layout - runs-on: ubuntu-16.04 - steps: - - name: Install nvm - uses: actions/setup-node@v1 - with: - node-version: '8' - - name: Linter - run: | - npm install -g eclint@1.1.5 - eclint check * */* */cunit/* diff --git a/.github/workflows/xenial_postgres96_postgis25.yml b/.github/workflows/xenial_postgres96_postgis25.yml index de75660..feb94ed 100644 --- a/.github/workflows/xenial_postgres96_postgis25.yml +++ b/.github/workflows/xenial_postgres96_postgis25.yml @@ -16,15 +16,3 @@ jobs: run: .github/scripts/postgresql_postgis.sh - name: Install and check PgPointCloud run: .github/scripts/pgpointcloud.sh - code: - name: Code layout - runs-on: ubuntu-16.04 - steps: - - name: Install nvm - uses: actions/setup-node@v1 - with: - node-version: '8' - - name: Linter - run: | - npm install -g eclint@1.1.5 - eclint check * */* */cunit/*