Skip to content

Add deep oceanic next scheme (#31) #11

Add deep oceanic next scheme (#31)

Add deep oceanic next scheme (#31) #11

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 }}"