Skip to content
 
 

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

entur/gha-api

Entur/API/CI Lint OpenAPI specs License

About this Action

This is a github action to help teams in Entur adhere to our API guidelines using spectral to lint the OpenAPI specs of the service

How to use

Golden path

  • Your openAPI 3.x.x specs in the folder ./specs

example

λ amazing-app ❯ tree
.
├── README.md
├── specs
    └── spec.json
└── .github
    └── workflows
        └── ci.yml
#ci.yml
name: CI

on:
  pull_request:

jobs:
  Openapi-lint:
    uses: entur/gha-api/.github/workflows/lint.yml@v3
    secrets: inherit

About

reusable workflows and actions from team API

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors