diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f62eae5..a7aceef 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: make; echo "test it on your personnal machine" + run: echo "test it on your personnal machine" diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d565f52..71310a0 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: make; echo "test it on your personnal machine" + run: echo "test it on your personnal machine" diff --git a/srcs/.dockerignore b/srcs/.dockerignore new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/srcs/.dockerignore @@ -0,0 +1 @@ +README.md