add pre upgrade tasks and skip updating pgvector for now #5619
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: format_validation | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: ixsystems/catalog_validation:latest | |
steps: | |
- uses: actions/checkout@v3 | |
name: Checkout | |
- name: Validate catalog format | |
run: | | |
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_validate validate --path $PWD" |