Skip to content

Lint schemes when PRs are created and merged #6

Lint schemes when PRs are created and merged

Lint schemes when PRs are created and merged #6

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "spec-**"
push:
branches:
- "spec-**"
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Install deps
run: sudo apt install yamllint
- name: Lint schemes
run: yamllint ${{ github.workspace }} && ${{ github.workspace }}/scripts/lint "${{ github.workspace }}"