File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v4
26- with :
27- path : typeid
2826 - name : Install cargo-pgrx
2927 run : |
3028 PGRX_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[]|select(.name=="pgrx")|.version')
3634 runs-on : ubuntu-latest
3735 steps :
3836 - uses : actions/checkout@v4
39- with :
40- path : typeid
4137 - name : Install PostgreSQL headers
4238 run : |
4339 sudo apt-get update
6662 steps :
6763 - name : Checkout code
6864 uses : actions/checkout@v4
69- with :
70- path : typeid
7165 - name : Run rustfmt
7266 run : cargo fmt -- --check
7367 rust-clippy :
7872 steps :
7973 - name : Checkout code
8074 uses : actions/checkout@v4
81-
82- with :
83- path : typeid
8475 - name : Install cargo-pgrx
8576 run : |
8677 PGRX_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[]|select(.name=="pgrx")|.version')
You can’t perform that action at this time.
0 commit comments