Skip to content

feat: Add engineering-standards #3

feat: Add engineering-standards

feat: Add engineering-standards #3

# This file is automatically generated from Nix configuration. Do not edit directly.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
- name: Run pre-commit hooks
run: prek --all-files --show-diff-on-failure
shell: nix develop .#standards --command bash {0}
name: Make sure all pre-commit hooks pass
"on":
pull_request:
branches:
- '**'
types:
- opened
- reopened
- synchronize
- ready_for_review