Skip to content

fix gradle build not being isolatable from incorrect provider usage #41

fix gradle build not being isolatable from incorrect provider usage

fix gradle build not being isolatable from incorrect provider usage #41

Workflow file for this run

name: compliance tasks
on:
push:
pull_request:
permissions:
contents: read
jobs:
reuse:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: REUSE Compliance check
uses: fsfe/reuse-action@v6.0.0
openapi:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
- name: Install validator
run: pip install openapi-spec-validator
- name: OpenAPI Compliance check
working-directory: ${{ github.workspace }}
run: openapi-spec-validator openapi.yaml