Skip to content

Upgrade ort to 2.0.0-rc.10 #2

Upgrade ort to 2.0.0-rc.10

Upgrade ort to 2.0.0-rc.10 #2

Workflow file for this run

name: Nix
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
nix-style:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/flake-checker-action@main
- uses: DeterminateSystems/determinate-nix-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- name: Check formatting
run: |
nix develop --command nixfmt --check $(git ls-files '*.nix')