Skip to content

Add action to verify devcontainer base #3

Add action to verify devcontainer base

Add action to verify devcontainer base #3

name: Verify make cross in devcontainer base
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: ubuntu-24.04
steps:
- name: Run `make cross` against devcontainer base
run: |
podman build -t devcontainer -f .devcontainer/Containerfile

Check failure on line 10 in .github/workflows/verify-devcontainer-base.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-devcontainer-base.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
podman run devcontainer \
sh -c "git clone https://github.com/crc-org/crc --depth 1 && cd crc && make cross"