Skip to content

actions: bump google-github-actions/release-please-action from 3 to 4 #59

actions: bump google-github-actions/release-please-action from 3 to 4

actions: bump google-github-actions/release-please-action from 3 to 4 #59

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- name: Run formatter
run: |
pushd dev/
nix fmt
popd
- name: Check for changes
run: git diff --color=always --exit-code