We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8a5e1 commit dc7040fCopy full SHA for dc7040f
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ groups:
8
+ actions:
9
+ patterns:
10
+ - "*"
.github/workflows/moxunit.yml
@@ -6,10 +6,11 @@ on:
pull_request:
branches:
- '*'
+ workflow_dispatch:
11
jobs:
12
test:
- runs-on: ubuntu-20.04
13
+ runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- uses: joergbrech/moxunit-action@master
0 commit comments