Skip to content

Commit

Permalink
Add minimal GitHub configs (#16)
Browse files Browse the repository at this point in the history
* Add code owners config
* Delete obsoleted configs
* Fix GitHub Actions trigger filters
* Enable verbose output for testing step

Co-authored-by: Anton Kashcheev <[email protected]>
  • Loading branch information
acidicMercury8 and kachsheev committed Oct 31, 2024
1 parent 1e917c8 commit a4b90fe
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 411 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default assignment
* @kachsheev
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: dev
groups:
actions-minor:
update-types:
- minor
- patch
8 changes: 3 additions & 5 deletions .github/workflows/build-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/*.pro'
pull_request:
branches:
- '**'
Expand All @@ -22,7 +21,6 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/*.pro'

defaults:
run:
Expand Down Expand Up @@ -96,6 +94,6 @@ jobs:
- name: Run tests
run: |
cmake `
--build build `
--target test
ctest `
--test-dir build `
--extra-verbose
256 changes: 0 additions & 256 deletions Libs.pro

This file was deleted.

Loading

0 comments on commit a4b90fe

Please sign in to comment.