Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
WOLFIE-OG committed Apr 29, 2024
1 parent d81298b commit 3262652
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,24 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Get Lib
run: sudo apt-get install libbsd-dev

- name: Get submodules
run: git submodule update --init --recursive

- name: Update apt
run: sudo apt-get update --fix-missing

- name: Install valgrind, libbsd & tree
run: sudo apt-get install valgrind libbsd-dev tree

- name: Install norminette
run: pip install norminette

- name: Tree
run: tree

- name: Run norminette
run: norminette src include

- name: Make program
run: make

Expand Down

0 comments on commit 3262652

Please sign in to comment.