From 544de5a6890d5c2edb082b1d722f951503c1f723 Mon Sep 17 00:00:00 2001 From: Samankhalife Date: Sat, 16 Nov 2024 23:45:45 +0330 Subject: [PATCH] Adding workflows section --- .github/workflows/getdeps_linux.yml | 13 +++++++++++++ .gitignore | 1 + 2 files changed, 14 insertions(+) create mode 100644 .github/workflows/getdeps_linux.yml diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml new file mode 100644 index 0000000..ed38a21 --- /dev/null +++ b/.github/workflows/getdeps_linux.yml @@ -0,0 +1,13 @@ + +name: linux + +permissions: + contents: read # to fetch code (actions/checkout) + +jobs: + build: + runs-on: ubuntu-22.04 + steps: + + - name: Test x-defender + diff --git a/.gitignore b/.gitignore index aa6a529..f360698 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Ansible *.c *.h *.o