Skip to content

Bump axios from 0.21.4 to 1.6.0 (#121) #318

Bump axios from 0.21.4 to 1.6.0 (#121)

Bump axios from 0.21.4 to 1.6.0 (#121) #318

Workflow file for this run

---
name: Lint OpenAPI Descriptions
on:
- push
jobs:
build:
name: Lint OpenAPI Descriptions
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Yaml Lint
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: 'descriptions/*/*.yaml'
yamllint_strict: false
yamllint_config_filepath: '.yamllint-config.yml'
yamllint_comment: true