Skip to content

Remove SSH install as it's not needed. #23

Remove SSH install as it's not needed.

Remove SSH install as it's not needed. #23

Workflow file for this run

name: MM3DR Build Check
on:
pull_request:
jobs:
format:
name: Verify Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
# - name: Format Project
# uses: DoozyX/[email protected]
# with:
# source: "./code ./source"
# extensions: 'c,h,cpp,hpp'
# clangFormatVersion: 14
build:

Check failure on line 22 in .github/workflows/build-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
name: Confirm Compilable
runs-on: ubuntu-latest
container:
image: ghcr.io/z3dr/randotools:latest
- name: Checkout Project
uses: actions/checkout@v3
with:
submodules: true
- name: Compile Project
run: |
make -j