mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Remove code layout checking
This commit is contained in:
parent
74bb6a308d
commit
fa425fddf2
@ -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/*
|
||||
|
||||
12
.github/workflows/bionic_postgres12_postgis3.yml
vendored
12
.github/workflows/bionic_postgres12_postgis3.yml
vendored
@ -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/*
|
||||
|
||||
@ -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/*
|
||||
|
||||
@ -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/*
|
||||
|
||||
@ -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/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user