Skip to content

Bump actions/checkout from 2 to 4 #4

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #4

Workflow file for this run

name: Validate OpenAPI file
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: OpenAPI Lint Checks
uses: nwestfall/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
file: swagger.yaml