Skip to content

Add SDD for Commodore Compile Pipeline #553

Add SDD for Commodore Compile Pipeline

Add SDD for Commodore Compile Pipeline #553

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
linting:
runs-on: ubuntu-latest
strategy:
matrix:
command:
- check
steps:
- uses: actions/checkout@v2
- name: Run ${{ matrix.command }}
run: make ${{ matrix.command }}
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: snow-actions/eclint@v1.0.1
with:
args: "check"
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: No diff
run: git diff --exit-code