Skip to content

Commit

Permalink
Workflows still...
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Feb 1, 2024
1 parent 1c15a52 commit 885b79c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
- '*.mk'
- '.github/workflows/build.yml'

pull_request:
branches: [ main ]

jobs:

build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
- '*.mk'
- '.github/workflows/check.yml'

pull_request:
branches: [ main ]

jobs:

cppcheck:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
- 'Doxyfile'
- '.github/workflows/dox.yml'

pull_request:
branches: [ main ]

jobs:

apidocs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
- 'Makefile'
- '*.mk'
- '.github/workflows/test.yml'

pull_request:
branches: [ main ]


jobs:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cio_file:
make -C tools cio_file

.PHONY: tools
tools:
tools: lib/novas.a
make -C tools

.PHONY: test
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ifeq ($(BUILD_MODE),debug)
endif

# cppcheck options
CHECKOPTS = --enable=performance,warning,portability,style --language=c --std=c90 --error-exitcode=1
CHECKOPTS = --enable=performance,warning,portability,style --language=c --error-exitcode=1

# ===============================================================================
# END of user config section.
Expand Down

0 comments on commit 885b79c

Please sign in to comment.