We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29c306 commit 292a96dCopy full SHA for 292a96d
.github/workflows/pdd.yml
@@ -0,0 +1,15 @@
1
+---
2
+name: pdd
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
+jobs:
11
+ pdd:
12
+ runs-on: ubuntu-20.04
13
+ steps:
14
+ - uses: actions/checkout@v3
15
+ - uses: g4s8/pdd-action@master
.github/workflows/xcop.yml
+name: xcop
+ xcop:
+ - uses: g4s8/xcop-action@master
0 commit comments