mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Test GitHub actions
This commit is contained in:
parent
f48773e931
commit
959430531b
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
psalm:
|
||||
name: Psalm
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Psalm
|
||||
uses: docker://mickaelandrieu/psalm-ga
|
||||
with:
|
||||
args: --shepherd
|
Loading…
Reference in New Issue
Block a user