Skip to content

Commit

Permalink
Merge pull request #1 from ezflows/sz/dev
Browse files Browse the repository at this point in the history
chore(build): remote redundant files
  • Loading branch information
Jamie-Cui authored Oct 30, 2024
2 parents d61a2de + aa04fdd commit f3e9497
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 294 deletions.
48 changes: 0 additions & 48 deletions .circleci/config.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .circleci/continue-config.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/buildifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ permissions:
contents: read
jobs:
bazel-formatting-check:
uses: secretflow/.github/.github/workflows/bazel-linter.yml@main
name: Run buildifier check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run buildifier
uses: jbajic/buildifier@v1
27 changes: 0 additions & 27 deletions .github/workflows/cla.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ permissions:
contents: read
jobs:
run-clang-format:
uses: secretflow/.github/.github/workflows/clang-format.yml@main
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: jidicula/[email protected] # latest
with:
clang-format-version: '18'
7 changes: 6 additions & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ permissions:
contents: read
jobs:
license-checker:
uses: secretflow/.github/.github/workflows/license-check.yml@main
name: Run license check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]
86 changes: 0 additions & 86 deletions .github/workflows/scorecard.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/stale.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# YACL (Yet Another Common crypto Library)

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/secretflow/yacl/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/secretflow/yacl/tree/main)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/secretflow/yacl/badge)](https://securityscorecards.dev/viewer/?uri=github.com/secretflow/yacl)

Yacl is a C++ library that contains common cryptgraphy, network and io modules which other SecretFlow code depends on. The crypto modules in Yacl implement many state-of-art secure computation protocols, including primitives like OT, VOLE, TPRE, and tools like PRG, RO. Check the full list of Yacl's supported algorithms in [ALGORITHMS.md](ALGORITHMS.md).

Expand Down

0 comments on commit f3e9497

Please sign in to comment.