mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
8 lines
206 B
YAML
8 lines
206 B
YAML
name: verifast-proof-diff
|
|
on: [pull_request]
|
|
jobs:
|
|
proof_diff:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- run: Test/VeriFast/tasks/vTaskSwitchContext/diff.sh `pwd`
|