Skip to content

Add SAML specification #21

Add SAML specification

Add SAML specification #21

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint-changelog:
name: Lint README.md file
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint README file
uses: avto-dev/markdown-lint@v1
with:
args: './README.md'