Skip to content

Lint schemes when PRs are created and merged #3

Lint schemes when PRs are created and merged

Lint schemes when PRs are created and merged #3

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: echo workspace
run: echo $GITHUB_WORKSPACE
- name: Lint schemes
run: yamllint . && ./scripts/lint