Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Aug 23, 2024
1 parent 9c34f3e commit 8dc97fb
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,388 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,8 @@ jobs:
with:
fetch-depth: 0

- name: Checkout submodules to specified refs
if: inputs.submodules-refs != ''
uses: NilFoundation/ci-cd/actions/[email protected]
with:
refs: ${{ inputs.submodules-refs }}
paths: |
${{ github.workspace }}/**
!${{ github.workspace }}/
!${{ github.workspace }}/**/.git/**
- name: Run checks
run: nix flake -L check
run: cd crypto3 && nix flake -L check
env:
NIX_CONFIG: |
cores = 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main

- name: Run checks
run: nix flake -L check
run: cd crypto3 && nix flake -L check
env:
NIX_CONFIG: |
cores = 0
Expand Down
File renamed without changes.
94 changes: 0 additions & 94 deletions crypto3/.clang-format

This file was deleted.

52 changes: 0 additions & 52 deletions crypto3/.github/workflows/build_docs.yaml

This file was deleted.

Loading

0 comments on commit 8dc97fb

Please sign in to comment.