mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(ci): enforce ending files with a newline
This commit is contained in:
2
.github/workflows/assets/Installation.md
vendored
2
.github/workflows/assets/Installation.md
vendored
@@ -7,4 +7,4 @@ You can either install the compiler in user space or globally (you need root/sud
|
||||
2. Global install: extract the tarball to a temporary path , and copy
|
||||
|
||||
- temporary/path/concretecompiler/bin/concretecompiler to /usr/bin (or a directory in $PATH)
|
||||
- temporary/path/concretecompiler/lib/libConcretelangRuntime.so to /usr/lib (or another lib folder)
|
||||
- temporary/path/concretecompiler/lib/libConcretelangRuntime.so to /usr/lib (or another lib folder)
|
||||
|
||||
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -39,6 +39,10 @@ jobs:
|
||||
# compiler requirements to lint
|
||||
pip install numpy
|
||||
make python_lint
|
||||
- name: Linelint
|
||||
uses: fernandrone/linelint@0.0.4
|
||||
id: linelint
|
||||
|
||||
|
||||
CheckLicense:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user