Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

chore(deps): Bump marked from 11.2.0 to 12.0.1 #15

chore(deps): Bump marked from 11.2.0 to 12.0.1

chore(deps): Bump marked from 11.2.0 to 12.0.1 #15

Workflow file for this run

name: OpenAPI
on:
pull_request:
concurrency:
group: openapi-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
openapi:
runs-on: ubuntu-latest
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: xml
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Composer install
run: composer i
- name: OpenAPI checker
run: build/openapi-checker.sh