diff options
author | Nadrieril | 2024-04-22 11:55:55 +0200 |
---|---|---|
committer | Nadrieril | 2024-04-22 12:00:20 +0200 |
commit | 40e797fbf4d7bb47ef48597f25fda4e0b78633c7 (patch) | |
tree | c8f415023e96247d23080374b2a74d234b69703f /.github/workflows | |
parent | 1e2fce0e1fa42fa2ba5800332e1fdfcba2294657 (diff) |
ci: check code formatting
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b5aacf0..66fda7af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: steps: #- uses: cachix/install-nix-action@v22 - uses: actions/checkout@v4 + - run: nix build -L .#checks.x86_64-linux.aeneas-check-tidiness - run: nix build -L .#aeneas - run: nix build -L .#checks.x86_64-linux.aeneas-tests - run: nix build -L .#checks.x86_64-linux.aeneas-verify-fstar |