Skip to content

Commit

Permalink
Psalm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Apr 15, 2024
1 parent b343265 commit 27e4c75
Show file tree
Hide file tree
Showing 8 changed files with 6,390 additions and 881 deletions.
14 changes: 13 additions & 1 deletion .woodpecker/.cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,16 @@ steps:
- push
commands:
- apk add bash
- tests/test.sh cs
- tests/test.sh cs

psalm:
group: test
image: danog/madelineproto:next
when:
event:
- pull_request
- tag
- push
commands:
- apk add bash
- tests/test.sh psalm
Loading

0 comments on commit 27e4c75

Please sign in to comment.