Skip to content

ci: align workflow names with just tasks #1

ci: align workflow names with just tasks

ci: align workflow names with just tasks #1

Workflow file for this run

name: format
on:
workflow_call:
pull_request:
branches: [main]
jobs:
format:
name: format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix develop .#ci --command just format