Skip to content

Add action to verify devcontainer base #2

Add action to verify devcontainer base

Add action to verify devcontainer base #2

name: Verify make cross in devcontainer base
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: ubuntu-latest
steps:
- name: Run `make cross` against devcontainer base
run: |
docker run registry.access.redhat.com/ubi9/go-toolset:latest \

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
sh -c "git clone https://github.com/crc-org/crc && cd crc && make cross"