Skip to content

fix SignerSubjectName for tailscale #85

fix SignerSubjectName for tailscale

fix SignerSubjectName for tailscale #85

Workflow file for this run

name: format_test
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate YAML file
run: yamllint ./RMMs/
schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip pyyaml
- name: Run the check
run: python ./Validator/_validate_yml.py