Skip to content

Add action to verify devcontainer base #1

Add action to verify devcontainer base

Add action to verify devcontainer base #1

name: Verify make cross in devcontainer base
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run `make cross` against devcontainer base
run: |
docker run -v `pwd`:/workspaces/crc registry.access.redhat.com/ubi9/go-toolset:latest \

Check failure on line 14 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 14
sh -c "cd /workspaces/crc && git config --global --add safe.directory /workspaces/crc && make cross"