feat(dblint): add pglinter #1462
pull_request.yml
on: pull_request
Format
3m 36s
Lint GitHub Actions
5s
Lint Project
1m 36s
Test JS Packages
5m 11s
Test WASM Package
4m 43s
Check Codegen
4m 16s
Matrix: Test
Annotations
10 errors
|
Test (macos-14)
Process completed with exit code 2.
|
|
Test (ubuntu-22.04)
The strategy configuration was canceled because "test.macos-14" failed
|
|
Test (ubuntu-22.04)
The operation was canceled.
|
|
Test (windows-2022)
The strategy configuration was canceled because "test.macos-14" failed
|
|
Test (windows-2022)
The operation was canceled.
|
|
Lint Project
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y postgresql-server-dev-15 gcc make git curl pkg-config libssl-dev libclang-dev clang && cd /tmp && git clone https://github.com/okbob/plpgsql_check.git && cd plpgsql_check && make && make install && cd /tmp && rm -rf /tmp/plpgsql_check && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . $HOME/.cargo/env && cargo install cargo-pgrx --version 0.16.1 --locked && cargo pgrx init --pg15 $(which pg_config) && cd /tmp && git clone -b feat/83/violation_list https://github.com/pmpetit/pglinter.git && cd pglinter && cargo pgrx install --pg-config $(which pg_config) --release && rm -rf /tmp/pglinter $HOME/.cargo $HOME/.rustup && apt-get remove -y gcc make git curl pkg-config libssl-dev libclang-dev clang && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 2
|
|
Check Codegen
Process completed with exit code 101.
|
|
Test WASM Package
Process completed with exit code 101.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
Test JS Packages
Process completed with exit code 101.
|