Remove code layout checking

This commit is contained in:
Blottiere Paul 2020-04-12 15:06:20 +02:00
parent 74bb6a308d
commit fa425fddf2
5 changed files with 0 additions and 60 deletions

View File

@ -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/*

View File

@ -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/*

View File

@ -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/*

View File

@ -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/*

View File

@ -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/*