Skip to content

feat(review): toggle review layouts #794

feat(review): toggle review layouts

feat(review): toggle review layouts #794

Workflow file for this run

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