Skip to content

Upgrade ort to 2.0.0-rc.10 #4

Upgrade ort to 2.0.0-rc.10

Upgrade ort to 2.0.0-rc.10 #4

Workflow file for this run

name: Nix
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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')