Skip to content

Commit

Permalink
Adding workflows section
Browse files Browse the repository at this point in the history
  • Loading branch information
samankhalife committed Nov 16, 2024
1 parent 370ea43 commit 544de5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/getdeps_linux.yml
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Ansible
*.c
*.h
*.o
Expand Down

0 comments on commit 544de5a

Please sign in to comment.