Skip to content

Ignore generated SBOM artifacts #2

Ignore generated SBOM artifacts

Ignore generated SBOM artifacts #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
- name: Check formatting, lint, generated docs, and flake
run: nix develop --command just check
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
- name: Build OCI image
run: nix build .#postgresql-18-cnpg-image