Skip to content

chore: update deps (#65) #13

chore: update deps (#65)

chore: update deps (#65) #13

Workflow file for this run

name: Build the container image
on:
push:
branches:
- main
paths:
- Dockerfile
- src/**
- bin/**
- pnpm-lock.yaml
- package.json
- .github/workflows/build.yml
jobs:
test-and-lint:
uses: ./.github/workflows/workflow-test-and-lint.yml
deploy:
needs: test-and-lint
uses: ./.github/workflows/workflow-build.yml