Skip to content

Reintroduce bundled database to the chart (#365) #654

Reintroduce bundled database to the chart (#365)

Reintroduce bundled database to the chart (#365) #654

Workflow file for this run

name: Verify
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
merge_group:
branches: [main]
types: [checks_requested]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- uses: actions/setup-node@v4
with:
node-version: 20.9.x
- name: Cache npm dependencies
uses: actions/cache@v3
with:
path: ui/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('ui/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Verify generated code is up to date
run: make verify