mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Initial import
This commit is contained in:
commit
2295a33590
884 changed files with 93939 additions and 0 deletions
16
php/vendor/guzzlehttp/psr7/.github/workflows/bc.yml
vendored
Normal file
16
php/vendor/guzzlehttp/psr7/.github/workflows/bc.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: BC Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
roave-bc-check:
|
||||
name: Roave BC Check
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Roave BC Check
|
||||
uses: docker://nyholm/roave-bc-check-ga
|
||||
Loading…
Add table
Add a link
Reference in a new issue