Skip to content

Commit b513c0b

Browse files
committed
complete the GHA migration
1 parent 2d94e3d commit b513c0b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"

.github/workflows/push.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ on:
88
workflow_dispatch:
99
pull_request:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
unit_tests:
13-
name: "Unit Tests on ${{ matrix.target }}"
16+
name: "unit tests"
1417
runs-on: ubuntu-latest
1518

1619
steps:

0 commit comments

Comments
 (0)