Skip to content

CI and tests; clean up makefiles #1

CI and tests; clean up makefiles

CI and tests; clean up makefiles #1

Workflow file for this run

name: Check that the code compiles

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

`pull_requests` is not a valid event name
on:
pull_requests:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
docker run --rm -v $PWD:/app -w /app ghcr.io/panda-re/embedded-toolchains:latest /app/build.sh