Skip to content

Base24 mbadolato iterm2 #27

Base24 mbadolato iterm2

Base24 mbadolato iterm2 #27

Workflow file for this run

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