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 050fa5b commit cfa88d4Copy full SHA for cfa88d4
.github/workflows/cs-fix.yml
@@ -0,0 +1,12 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - '*'
5
+
6
+name: Fix Code Style
7
8
+jobs:
9
+ cs-fix:
10
+ permissions:
11
+ contents: write
12
+ uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master
.github/workflows/psalm.yml
@@ -0,0 +1,14 @@
+ - '*.*'
+ pull_request: null
+name: static analysis
+ psalm:
+ uses: spiral/gh-actions/.github/workflows/psalm.yml@master
+ with:
13
+ os: >-
14
+ ['ubuntu-latest']
0 commit comments