We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d94e3d commit b513c0bCopy full SHA for b513c0b
.github/dependabot.yml
@@ -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
@@ -8,9 +8,12 @@ on:
8
workflow_dispatch:
9
pull_request:
10
11
+permissions:
12
+ contents: read
13
14
jobs:
15
unit_tests:
- name: "Unit Tests on ${{ matrix.target }}"
16
+ name: "unit tests"
17
runs-on: ubuntu-latest
18
19
steps:
0 commit comments