Skip to content

chore(deps): update weekly vitess docker image version update #8586

chore(deps): update weekly vitess docker image version update

chore(deps): update weekly vitess docker image version update #8586

Workflow file for this run

name: WASM build
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '.buildkite/**'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
- 'renovate.json'
jobs:
build:
name: "prisma-fmt-wasm build ${{ github.event.ref }} for commit ${{ github.event.inputs.commit }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix build .#prisma-fmt-wasm
- run: nix flake check