Skip to content

Update CI and vmm.mk in preparation for Makefile changes #13

Update CI and vmm.mk in preparation for Makefile changes

Update CI and vmm.mk in preparation for Makefile changes #13

Workflow file for this run

# Actions to *only* run on GitHub pull requests
name: PR
on: [pull_request]
jobs:
whitespace:
name: 'Trailing Whitespace'
runs-on: ubuntu-latest
steps:
- uses: seL4/ci-actions/git-diff-check@master
style:
name: Style
runs-on: ubuntu-latest
steps:
- uses: seL4/ci-actions/style@master